Merge pull request #26853 from taosdata/fix/TD-31118
fix: regex cache destroy
This commit is contained in:
commit
6ede980adc
|
@ -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