Various memory and file resource cleanup after valgrind tests
This commit is contained in:
parent
78cd42c15d
commit
c2841d6e40
7 changed files with 17 additions and 12 deletions
|
|
@ -202,6 +202,7 @@ backend_client_delete(clixon_handle h,
|
|||
free(ce->ce_transport);
|
||||
if (ce->ce_source_host)
|
||||
free(ce->ce_source_host);
|
||||
ce->ce_next = NULL;
|
||||
free(ce);
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue