From e3bd018465c8a44877f9b085bce00bcc20f6882b Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Sat, 20 Aug 2011 10:48:34 +0200 Subject: [PATCH] tests: Fix the torture_pki test. --- tests/unittests/torture_pki.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/unittests/torture_pki.c b/tests/unittests/torture_pki.c index 7f8c68dd..a1c1c53b 100644 --- a/tests/unittests/torture_pki.c +++ b/tests/unittests/torture_pki.c @@ -58,8 +58,6 @@ static void teardown(void **state) { unlink(LIBSSH_RSA_TESTKEY); unlink(LIBSSH_RSA_TESTKEY ".pub"); - - ssh_free(*state); } static char *read_file(const char *filename) {