Merge branch 'enh/new3.0' into enh/refactorBackend

This commit is contained in:
yihaoDeng 2023-11-02 09:46:36 +08:00
parent 1e96edcdd7
commit b911492270
1 changed files with 1 additions and 1 deletions

View File

@ -484,7 +484,7 @@ void streamMetaCloseImpl(void* arg) {
taosHashCleanup(pMeta->pTaskDbUnique);
taosHashCleanup(pMeta->pUpdateTaskSet);
//taosHashCleanup(pMeta->pTaskBackendUnique);
//taosHashCleanup(pMeta->updateInfo.pTasks);
taosHashCleanup(pMeta->updateInfo.pTasks);
taosHashCleanup(pMeta->startInfo.pReadyTaskSet);
taosMemoryFree(pMeta->pHbInfo);