summaryrefslogtreecommitdiff
path: root/src/gns/test_gns_cname_lookup.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gns/test_gns_cname_lookup.c')
-rw-r--r--src/gns/test_gns_cname_lookup.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gns/test_gns_cname_lookup.c b/src/gns/test_gns_cname_lookup.c
index cadb4e989..4596ceed5 100644
--- a/src/gns/test_gns_cname_lookup.c
+++ b/src/gns/test_gns_cname_lookup.c
@@ -429,8 +429,8 @@ do_check (void *cls,
429 1, &rd, 429 1, &rd,
430 &commence_testing, 430 &commence_testing,
431 NULL); 431 NULL);
432 GNUNET_CRYPTO_ecc_key_free(alice_key); 432 GNUNET_free(alice_key);
433 GNUNET_CRYPTO_ecc_key_free(bob_key); 433 GNUNET_free(bob_key);
434} 434}
435 435
436 436