-use GPLv3+ consistently
[oweals/gnunet.git] / src / gns / test_gns_cname_lookup.c
index cadb4e989bf23b068dbc6dacd617831ba282a3b6..4596ceed526e5a3ad23f1fa116f67e75c2db9cff 100644 (file)
@@ -429,8 +429,8 @@ do_check (void *cls,
                                            1, &rd,
                                            &commence_testing,
                                            NULL);
-  GNUNET_CRYPTO_ecc_key_free(alice_key);
-  GNUNET_CRYPTO_ecc_key_free(bob_key);
+  GNUNET_free(alice_key);
+  GNUNET_free(bob_key);
 }