未验证 提交 90aa644e 编写于 作者: dengyihao's avatar dengyihao 提交者: GitHub

Merge pull request #15870 from taosdata/fix/rpcLeakmem

fix: avoid mem leak
......@@ -1381,6 +1381,7 @@ int transReleaseCliHandle(void* handle) {
tGDebug("send release request at thread:%08" PRId64 "", pThrd->pid);
if (0 != transAsyncSend(pThrd->asyncPool, &cmsg->q)) {
taosMemoryFree(cmsg);
return -1;
}
return 0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册