-use GPLv3+ consistently
[oweals/gnunet.git] / src / fs / test_pseudonym.c
index c3b459420ada3b0707586f984e92049b13a85939..56b9d9637ed84779ac00d9d9236fda1654e18e14 100644 (file)
@@ -86,7 +86,7 @@ create_pseu (struct GNUNET_CRYPTO_EccPublicKey *pseu)
 
   ph = GNUNET_CRYPTO_ecc_key_create ();
   GNUNET_CRYPTO_ecc_key_get_public (ph, pseu);
-  GNUNET_CRYPTO_ecc_key_free (ph);
+  GNUNET_free (ph);
 }