summaryrefslogtreecommitdiff
path: root/src/gns/test_gns_ns_lookup.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gns/test_gns_ns_lookup.c')
-rw-r--r--src/gns/test_gns_ns_lookup.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gns/test_gns_ns_lookup.c b/src/gns/test_gns_ns_lookup.c
index 6a150e86a..862b4b319 100644
--- a/src/gns/test_gns_ns_lookup.c
+++ b/src/gns/test_gns_ns_lookup.c
@@ -174,7 +174,7 @@ end_badly (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
174 } 174 }
175 if (NULL != alice_key) 175 if (NULL != alice_key)
176 { 176 {
177 GNUNET_CRYPTO_ecc_key_free (alice_key); 177 GNUNET_free (alice_key);
178 alice_key = NULL; 178 alice_key = NULL;
179 } 179 }
180 GNUNET_break (0); 180 GNUNET_break (0);
@@ -229,7 +229,7 @@ end_now (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
229 } 229 }
230 if (NULL != alice_key) 230 if (NULL != alice_key)
231 { 231 {
232 GNUNET_CRYPTO_ecc_key_free (alice_key); 232 GNUNET_free (alice_key);
233 alice_key = NULL; 233 alice_key = NULL;
234 } 234 }
235 GNUNET_log (GNUNET_ERROR_TYPE_INFO, "Shutting down peer!\n"); 235 GNUNET_log (GNUNET_ERROR_TYPE_INFO, "Shutting down peer!\n");