fix: regex cache destroy
This commit is contained in:
parent
44bb1f53da
commit
487fcf231e
|
@ -85,7 +85,6 @@ void taos_cleanup(void) {
|
||||||
tscWarn("failed to close clientReqRefPool");
|
tscWarn("failed to close clientReqRefPool");
|
||||||
}
|
}
|
||||||
|
|
||||||
DestroyRegexCache();
|
|
||||||
rpcCleanup();
|
rpcCleanup();
|
||||||
tscDebug("rpc cleanup");
|
tscDebug("rpc cleanup");
|
||||||
|
|
||||||
|
@ -93,6 +92,8 @@ void taos_cleanup(void) {
|
||||||
|
|
||||||
tmqMgmtClose();
|
tmqMgmtClose();
|
||||||
|
|
||||||
|
DestroyRegexCache();
|
||||||
|
|
||||||
tscInfo("all local resources released");
|
tscInfo("all local resources released");
|
||||||
taosCleanupCfg();
|
taosCleanupCfg();
|
||||||
taosCloseLog();
|
taosCloseLog();
|
||||||
|
|
Loading…
Reference in New Issue