Merge branch 'develop' into hotfix/boundary

This commit is contained in:
slguan 2020-05-21 13:41:17 +08:00
commit 4cb6ed8648
1 changed files with 1 additions and 1 deletions

View File

@ -869,7 +869,7 @@ static void *rpcProcessMsgFromPeer(SRecvInfo *pRecv) {
if (pRecv->ip==0 && pConn) { if (pRecv->ip==0 && pConn) {
rpcProcessBrokenLink(pConn); rpcProcessBrokenLink(pConn);
tfree(pRecv->msg); rpcFreeMsg(pRecv->msg);
return NULL; return NULL;
} }