fix:[TD-33272]add test case

This commit is contained in:
wangmm0220 2024-12-24 10:08:02 +08:00
parent e65a3802a2
commit 20c1e28d0c
1 changed files with 1 additions and 3 deletions

View File

@ -151,10 +151,8 @@ void tqClose(STQ* pTq) {
taosHashCleanup(pTq->pOffset);
taosMemoryFree(pTq->path);
tqMetaClose(pTq);
streamMetaClose(pTq->pStreamMeta);
qDebug("vgId:%d end to close tq", pTq->pStreamMeta != NULL ? pTq->pStreamMeta->vgId : -1);
streamMetaClose(pTq->pStreamMeta);
taosMemoryFree(pTq);
}