fix: memleak

This commit is contained in:
factosea 2024-05-08 17:38:58 +08:00
parent a1a198630a
commit 3a4e8f0842
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;
}