Start of 7.1.0.PRE
Fixed memleak
This commit is contained in:
parent
28050f44f8
commit
e07fdb3089
5 changed files with 12 additions and 8 deletions
|
|
@ -643,10 +643,8 @@ clixon_msg_rcv11(int s,
|
|||
cbuf_reset(cbmsg);
|
||||
break;
|
||||
}
|
||||
if (eom == 0){
|
||||
if (eom == 0)
|
||||
continue;
|
||||
}
|
||||
clixon_debug(CLIXON_DBG_MSG, "Recv ext: %s", cbuf_get(cbmsg));
|
||||
}
|
||||
}
|
||||
clixon_debug(CLIXON_DBG_MSG, "Recv: %s", cbuf_get(cbmsg));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue