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");
|
||||
}
|
||||
|
||||
DestroyRegexCache();
|
||||
rpcCleanup();
|
||||
tscDebug("rpc cleanup");
|
||||
|
||||
|
@ -93,6 +92,8 @@ void taos_cleanup(void) {
|
|||
|
||||
tmqMgmtClose();
|
||||
|
||||
DestroyRegexCache();
|
||||
|
||||
tscInfo("all local resources released");
|
||||
taosCleanupCfg();
|
||||
taosCloseLog();
|
||||
|
|
Loading…
Reference in New Issue