fix:[TD-32585]remove clean up app info in taos_cleanup
This commit is contained in:
parent
446ce05a4f
commit
9bc38af7ed
|
@ -84,7 +84,7 @@ void taos_cleanup(void) {
|
|||
taosCloseRef(id);
|
||||
|
||||
nodesDestroyAllocatorSet();
|
||||
cleanupAppInfo();
|
||||
// cleanupAppInfo();
|
||||
rpcCleanup();
|
||||
tscDebug("rpc cleanup");
|
||||
|
||||
|
|
Loading…
Reference in New Issue