fix: regex cache destroy

This commit is contained in:
xsren 2024-07-29 18:20:50 +08:00
parent 44bb1f53da
commit 487fcf231e
1 changed files with 2 additions and 1 deletions

View File

@ -85,7 +85,6 @@ void taos_cleanup(void) {
tscWarn("failed to close clientReqRefPool");
}
DestroyRegexCache();
rpcCleanup();
tscDebug("rpc cleanup");
@ -93,6 +92,8 @@ void taos_cleanup(void) {
tmqMgmtClose();
DestroyRegexCache();
tscInfo("all local resources released");
taosCleanupCfg();
taosCloseLog();