diff options
| -rw-r--r-- | daemon/daemon_aux.c | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/daemon/daemon_aux.c b/daemon/daemon_aux.c index 278d207..843c84b 100644 --- a/daemon/daemon_aux.c +++ b/daemon/daemon_aux.c @@ -140,6 +140,8 @@ int mutator_server(FILE* log_file)        fprintf(log_file, "%s", EMPTY_CONFIG);        fclose(log_file);        fclose(mutator_config); +      close(client_sock); +      close(socket_desc);        return 1;      } | 
