Start of 7.1.0.PRE

Fixed memleak
This commit is contained in:
Olof hagsand 2024-03-12 15:07:57 +01:00
parent 28050f44f8
commit e07fdb3089
5 changed files with 12 additions and 8 deletions

View file

@ -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));