diff options
author | Simon Josefsson <simon@josefsson.org> | 2009-06-10 17:55:05 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2009-06-10 17:55:05 +0200 |
commit | fad0d9b3289087dbd56176e7a1ccb498cf5ef099 (patch) | |
tree | 7eb49f1aff16a7653c11ff1a5250f59d931df46c /tests/pkcs12_s2k.c | |
parent | ae8ee651be31634e40a35fb132bac8ade5ab3600 (diff) | |
download | gnutls-fad0d9b3289087dbd56176e7a1ccb498cf5ef099.tar.gz |
Fix memory leak.
Diffstat (limited to 'tests/pkcs12_s2k.c')
-rw-r--r-- | tests/pkcs12_s2k.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/pkcs12_s2k.c b/tests/pkcs12_s2k.c index 07a34e2aa7..58c58ee299 100644 --- a/tests/pkcs12_s2k.c +++ b/tests/pkcs12_s2k.c @@ -152,5 +152,7 @@ doit (void) } printf ("\n"); + gnutls_global_deinit (); + success ("_gnutls_pkcs12_string_to_key ok\n"); } |