From 01d55b7cd66423b2630b78c0bbc144362a1f37aa Mon Sep 17 00:00:00 2001 From: Martin Schanzenbach Date: Thu, 26 Jul 2012 19:54:22 +0000 Subject: [PATCH] -leak --- src/gns/test_gns_simple_get_authority.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/gns/test_gns_simple_get_authority.c b/src/gns/test_gns_simple_get_authority.c index 845ff5d13..6a8184efd 100644 --- a/src/gns/test_gns_simple_get_authority.c +++ b/src/gns/test_gns_simple_get_authority.c @@ -307,7 +307,9 @@ do_shorten(void *cls, const struct GNUNET_PeerIdentity *id, 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 -- 2.25.1