From: Christian Grothoff Date: Mon, 30 Aug 2010 21:32:14 +0000 (+0000) Subject: leak X-Git-Tag: initial-import-from-subversion-38251~20508 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=3550d44da569c98f23ed052292ff13caf8e43e25;p=oweals%2Fgnunet.git leak --- diff --git a/src/fs/test_fs_uri.c b/src/fs/test_fs_uri.c index be1f998b9..56cb7e10d 100644 --- a/src/fs/test_fs_uri.c +++ b/src/fs/test_fs_uri.c @@ -90,6 +90,7 @@ testLocation () GNUNET_CONFIGURATION_parse (cfg, "test_fs_uri_data.conf")) { fprintf (stderr, "Failed to parse configuration file\n"); + GNUNET_FS_uri_destroy (baseURI); GNUNET_CONFIGURATION_destroy (cfg); return 1; }