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");
|
||||
}
|
||||
|
||||
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