Merge pull request #19746 from taosdata/fix/mem_leak

fix: mem leak
This commit is contained in:
Haojun Liao 2023-02-03 10:54:54 +08:00 committed by GitHub
commit b1192d5084
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -1891,9 +1891,6 @@ int32_t tmq_consumer_close(tmq_t* tmq) {
}
tmq_list_destroy(lst);
/*return rsp;*/
return 0;
}
taosRemoveRef(tmqMgmt.rsetId, tmq->refId);
return 0;