diff options
| author | Andreas Schneider <asn@cryptomilk.org> | 2011-08-20 10:48:34 +0200 |
|---|---|---|
| committer | Andreas Schneider <asn@cryptomilk.org> | 2011-08-20 10:48:34 +0200 |
| commit | e3bd018465c8a44877f9b085bce00bcc20f6882b (patch) | |
| tree | 3c1d21524b44db2a7caa76e1ae8d0785b34b0682 | |
| parent | 5bcf36f0985248395a60cd3ab952cac29c4c6cf3 (diff) | |
| download | libssh-e3bd018465c8a44877f9b085bce00bcc20f6882b.tar.gz libssh-e3bd018465c8a44877f9b085bce00bcc20f6882b.tar.xz libssh-e3bd018465c8a44877f9b085bce00bcc20f6882b.zip | |
tests: Fix the torture_pki test.
| -rw-r--r-- | tests/unittests/torture_pki.c | 2 |
1 files changed, 0 insertions, 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) { |
