gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r22935 - gnunet/src/gns


From: gnunet
Subject: [GNUnet-SVN] r22935 - gnunet/src/gns
Date: Thu, 26 Jul 2012 21:54:24 +0200

Author: schanzen
Date: 2012-07-26 21:54:22 +0200 (Thu, 26 Jul 2012)
New Revision: 22935

Modified:
   gnunet/src/gns/test_gns_simple_get_authority.c
Log:
-leak

Modified: gnunet/src/gns/test_gns_simple_get_authority.c
===================================================================
--- gnunet/src/gns/test_gns_simple_get_authority.c      2012-07-26 19:46:47 UTC 
(rev 22934)
+++ gnunet/src/gns/test_gns_simple_get_authority.c      2012-07-26 19:54:22 UTC 
(rev 22935)
@@ -307,7 +307,9 @@
                                NULL);
 
   GNUNET_free(sig);
-
+  GNUNET_CRYPTO_rsa_key_free (alice_key);
+  GNUNET_CRYPTO_rsa_key_free (bob_key);
+  GNUNET_CRYPTO_rsa_key_free (our_key);
 }
 
 static void




reply via email to

[Prev in Thread] Current Thread [Next in Thread]