Merge pull request #1979 from taosdata/hotfix/rpcFreeMsg
free message is not in right way
This commit is contained in:
commit
0d8027a0c3
|
@ -869,7 +869,7 @@ static void *rpcProcessMsgFromPeer(SRecvInfo *pRecv) {
|
|||
|
||||
if (pRecv->ip==0 && pConn) {
|
||||
rpcProcessBrokenLink(pConn);
|
||||
tfree(pRecv->msg);
|
||||
rpcFreeMsg(pRecv->msg);
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue