From 3550d44da569c98f23ed052292ff13caf8e43e25 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 30 Aug 2010 21:32:14 +0000 Subject: [PATCH] leak --- src/fs/test_fs_uri.c | 1 + 1 file changed, 1 insertion(+) 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; } -- 2.25.1