Author: grothoff Date: 2008-02-09 18:00:34 -0700 (Sat, 09 Feb 2008) New Revision: 6209
Modified: GNUnet/src/applications/fs/ecrs/searchtest.c Log: leakfix Modified: GNUnet/src/applications/fs/ecrs/searchtest.c =================================================================== --- GNUnet/src/applications/fs/ecrs/searchtest.c 2008-02-09 23:01:17 UTC (rev 6208) +++ GNUnet/src/applications/fs/ecrs/searchtest.c 2008-02-10 01:00:34 UTC (rev 6209) @@ -152,6 +152,7 @@ if (sock != NULL) GNUNET_client_connection_destroy (sock); GNUNET_GE_ASSERT (NULL, GNUNET_OK == GNUNET_daemon_stop (NULL, daemon)); + GNUNET_GC_free (cfg); return (ok == GNUNET_YES) ? 0 : 1; } _______________________________________________ GNUnet-SVN mailing list GNUnet-SVN@gnu.org http://lists.gnu.org/mailman/listinfo/gnunet-svn