未验证 提交 0d8027a0 编写于 作者: S Shengliang Guan 提交者: GitHub

Merge pull request #1979 from taosdata/hotfix/rpcFreeMsg

free message is not in right way
......@@ -869,7 +869,7 @@ static void *rpcProcessMsgFromPeer(SRecvInfo *pRecv) {
if (pRecv->ip==0 && pConn) {
rpcProcessBrokenLink(pConn);
tfree(pRecv->msg);
rpcFreeMsg(pRecv->msg);
return NULL;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册