aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-03-23 08:22:52 +0000
committerChristian Grothoff <christian@grothoff.org>2012-03-23 08:22:52 +0000
commitfd7687f819ddd082c76c8a329db62401bc261de7 (patch)
tree18195f3c99df30add22d8bbc754f0244adb38a0c
parent62fea972d0310633a4572f1f3b2c07fc3c6908ec (diff)
downloadgnunet-fd7687f819ddd082c76c8a329db62401bc261de7.tar.gz
gnunet-fd7687f819ddd082c76c8a329db62401bc261de7.zip
-leak
-rw-r--r--src/gns/test_gns_max_queries.c1
1 files changed, 1 insertions, 0 deletions
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,
250 { 250 {
251 GNUNET_log(GNUNET_ERROR_TYPE_ERROR, "Failed to get max queries from cfg\n"); 251 GNUNET_log(GNUNET_ERROR_TYPE_ERROR, "Failed to get max queries from cfg\n");
252 ok = -1; 252 ok = -1;
253 GNUNET_free (alice_keyfile);
253 return; 254 return;
254 } 255 }
255 256