diff options
Diffstat (limited to 'tools/tests/test-x509.c')
-rw-r--r-- | tools/tests/test-x509.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/tests/test-x509.c b/tools/tests/test-x509.c index f3585f1..7cf9787 100644 --- a/tools/tests/test-x509.c +++ b/tools/tests/test-x509.c @@ -135,6 +135,7 @@ test_file (CuTest *tc) test_check_file (tc, test.directory, "extract.cer", SRCDIR "/files/cacert3.der"); + free (test.ex.destination); teardown (tc); } @@ -166,6 +167,7 @@ test_file_multiple (CuTest *tc) test_check_file (tc, test.directory, "extract.cer", SRCDIR "/files/cacert3.der"); + free (test.ex.destination); teardown (tc); } @@ -192,6 +194,7 @@ test_file_without (CuTest *tc) p11_message_loud (); + free (test.ex.destination); teardown (tc); } |