]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Fix memory leak.
authorSimon Josefsson <simon@josefsson.org>
Wed, 10 Jun 2009 15:55:05 +0000 (17:55 +0200)
committerSimon Josefsson <simon@josefsson.org>
Wed, 10 Jun 2009 15:55:05 +0000 (17:55 +0200)
tests/pkcs12_s2k.c

index 07a34e2aa70780ec35a4764fe06838b92b6ff500..58c58ee299304c5b8f5e7cdaddcdf286f1c25b87 100644 (file)
@@ -152,5 +152,7 @@ doit (void)
     }
   printf ("\n");
 
+  gnutls_global_deinit ();
+
   success ("_gnutls_pkcs12_string_to_key ok\n");
 }