-monkey integration
[oweals/gnunet.git] / src / fs / test_fs_namespace_list_updateable.c
index ff662c9e6a8cfc3e1ab7596216bfad01891e6fd6..d42dfb7f42356bb9d9baf9f01a9b94f3258eab61 100644 (file)
@@ -59,7 +59,7 @@ do_shutdown ()
   if (uri_next != NULL)
     GNUNET_FS_uri_destroy (uri_next);
   if (ns != NULL)
-    GNUNET_CRYPTO_ecc_key_free (ns);
+    GNUNET_free (ns);
   if (meta != NULL)
     GNUNET_CONTAINER_meta_data_destroy (meta);
 }