opti:change push mgr to consume msg for subscribe

This commit is contained in:
wangmm0220 2023-04-25 09:58:28 +08:00
parent 1c63408b3e
commit 41bec8560a
1 changed files with 1 additions and 1 deletions

View File

@ -158,8 +158,8 @@ void tqClose(STQ* pTq) {
taosMemoryFree(pTq->path);
tqMetaClose(pTq);
streamMetaClose(pTq->pStreamMeta);
taosMemoryFree(pTq);
taosArrayDestroy(pTq->pPushArray);
taosMemoryFree(pTq);
}
void tqNotifyClose(STQ* pTq) {