fix:[TD-32585]remove clean up app info in taos_cleanup

This commit is contained in:
wangmm0220 2024-10-17 09:42:36 +08:00
parent 446ce05a4f
commit 9bc38af7ed
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ void taos_cleanup(void) {
taosCloseRef(id); taosCloseRef(id);
nodesDestroyAllocatorSet(); nodesDestroyAllocatorSet();
cleanupAppInfo(); // cleanupAppInfo();
rpcCleanup(); rpcCleanup();
tscDebug("rpc cleanup"); tscDebug("rpc cleanup");