1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2026-01-06 14:21:55 +03:00

tests: Fix memory leak in torture_callbacks

Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
Andreas Schneider
2016-11-04 08:33:33 +01:00
parent 34241cbb2b
commit fbe8ccdf3b

View File

@@ -235,6 +235,8 @@ static void torture_callbacks_iterate(void **state){
assert_int_equal(w, 10);
assert_int_equal(v, 1);
ssh_list_free(list);
}
int torture_run_tests(void) {