1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-08-08 19:02:06 +03:00

torture: Fix a memory leak

Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
Andreas Schneider
2016-01-19 11:02:13 +01:00
parent 9bb7e68b86
commit f6bea8d061

View File

@@ -998,6 +998,7 @@ void torture_teardown_socket_dir(void **state)
}
}
free(s->srv_config);
free(s->socket_dir);
free(s->pcap_file);
free(s->srv_pidfile);