Merge branch 'fix/valgrind' of https://github.com/taosdata/TDengine into fix/valgrind

This commit is contained in:
Shengliang Guan 2022-04-18 11:35:32 +08:00
commit 88781842d0
1 changed files with 3 additions and 0 deletions

View File

@ -1470,6 +1470,9 @@ void qWorkerDestroy(void **qWorkerMgmt) {
//TODO FREE ALL
taosHashCleanup(mgmt->ctxHash);
taosHashCleanup(mgmt->schHash);
taosMemoryFreeClear(*qWorkerMgmt);
}