mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-09 09:54:25 +09:00
Fixes leak reports in valgrind
This commit is contained in:
@@ -36,6 +36,7 @@ static void setup(void) {
|
|||||||
static void teardown(void) {
|
static void teardown(void) {
|
||||||
ssh_free(session);
|
ssh_free(session);
|
||||||
unlink(KNOWNHOSTFILES);
|
unlink(KNOWNHOSTFILES);
|
||||||
|
ssh_finalize();
|
||||||
}
|
}
|
||||||
|
|
||||||
START_TEST (torture_knownhosts_port)
|
START_TEST (torture_knownhosts_port)
|
||||||
|
|||||||
Reference in New Issue
Block a user