Fixed memory errors in backend, cli and streams
This commit is contained in:
parent
fc3f0cbcd9
commit
d24d5f6a9c
6 changed files with 33 additions and 37 deletions
|
|
@ -118,6 +118,7 @@ backend_handle_exit(clixon_handle h)
|
|||
{
|
||||
struct client_entry *ce;
|
||||
|
||||
stream_delete_all(h, 1);
|
||||
/* only delete client structs, not close sockets, etc, see backend_client_rm WHY NOT? */
|
||||
while ((ce = backend_client_list(h)) != NULL){
|
||||
if (ce->ce_s){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue