From fd7687f819ddd082c76c8a329db62401bc261de7 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 23 Mar 2012 08:22:52 +0000 Subject: [PATCH] -leak --- src/gns/test_gns_max_queries.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gns/test_gns_max_queries.c b/src/gns/test_gns_max_queries.c index 304ec68be..9b9126054 100644 --- a/src/gns/test_gns_max_queries.c +++ b/src/gns/test_gns_max_queries.c @@ -250,6 +250,7 @@ do_lookup(void *cls, const struct GNUNET_PeerIdentity *id, { GNUNET_log(GNUNET_ERROR_TYPE_ERROR, "Failed to get max queries from cfg\n"); ok = -1; + GNUNET_free (alice_keyfile); return; } -- 2.25.1