revert rpc change
This commit is contained in:
parent
0ec68470f5
commit
258e048c2a
|
@ -894,7 +894,7 @@ static void *rpcProcessMsgFromPeer(SRecvInfo *pRecv) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (code) tfree(pRecv->msg); // parsing failed, msg shall be freed
|
if (code) rpcFreeMsg(pRecv->msg); // parsing failed, msg shall be freed
|
||||||
return pConn;
|
return pConn;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue