Merge pull request #25677 from taosdata/fix/TD-29800/memleadk

fix: memleak
This commit is contained in:
dapan1121 2024-05-13 09:14:13 +08:00 committed by GitHub
commit b578a7b25c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -224,6 +224,7 @@ static void *tAutoQWorkerThreadFp(SQueueWorker *worker) {
taosUpdateItemSize(qinfo.queue, 1);
}
DestoryThreadLocalRegComp();
return NULL;
}