Merge pull request #28395 from taosdata/fix/TD-32585

fix:[TD-32585]remove clean up app info in taos_cleanup
This commit is contained in:
Pan Wei 2024-10-17 14:40:55 +08:00 committed by GitHub
commit f4bbfb23a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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