Various memory and file resource cleanup after valgrind tests

This commit is contained in:
Olof hagsand 2024-06-23 18:46:44 +02:00
parent 78cd42c15d
commit c2841d6e40
7 changed files with 17 additions and 12 deletions

View file

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