opti:change push mgr to consume msg for subscribe
This commit is contained in:
parent
1c63408b3e
commit
41bec8560a
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue