未验证 提交 b1192d50 编写于 作者: H Haojun Liao 提交者: GitHub

Merge pull request #19746 from taosdata/fix/mem_leak

fix: mem leak
...@@ -1891,9 +1891,6 @@ int32_t tmq_consumer_close(tmq_t* tmq) { ...@@ -1891,9 +1891,6 @@ int32_t tmq_consumer_close(tmq_t* tmq) {
} }
tmq_list_destroy(lst); tmq_list_destroy(lst);
/*return rsp;*/
return 0;
} }
taosRemoveRef(tmqMgmt.rsetId, tmq->refId); taosRemoveRef(tmqMgmt.rsetId, tmq->refId);
return 0; return 0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册