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