提交 41bec856 编写于 作者: wmmhello's avatar wmmhello

opti:change push mgr to consume msg for subscribe

上级 1c63408b
...@@ -158,8 +158,8 @@ void tqClose(STQ* pTq) { ...@@ -158,8 +158,8 @@ void tqClose(STQ* pTq) {
taosMemoryFree(pTq->path); taosMemoryFree(pTq->path);
tqMetaClose(pTq); tqMetaClose(pTq);
streamMetaClose(pTq->pStreamMeta); streamMetaClose(pTq->pStreamMeta);
taosMemoryFree(pTq);
taosArrayDestroy(pTq->pPushArray); taosArrayDestroy(pTq->pPushArray);
taosMemoryFree(pTq);
} }
void tqNotifyClose(STQ* pTq) { void tqNotifyClose(STQ* pTq) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册