aboutsummaryrefslogtreecommitdiff
path: root/src/fs/test_fs_uri.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-08-30 21:32:14 +0000
committerChristian Grothoff <christian@grothoff.org>2010-08-30 21:32:14 +0000
commit3550d44da569c98f23ed052292ff13caf8e43e25 (patch)
treecee0f055dcd4f98b67ad8ac33b5b8f4e27e33639 /src/fs/test_fs_uri.c
parent4e3432d68e81ffb2d43d1ca8f713e5a6f97d4789 (diff)
downloadgnunet-3550d44da569c98f23ed052292ff13caf8e43e25.tar.gz
gnunet-3550d44da569c98f23ed052292ff13caf8e43e25.zip
leak
Diffstat (limited to 'src/fs/test_fs_uri.c')
-rw-r--r--src/fs/test_fs_uri.c1
1 files changed, 1 insertions, 0 deletions
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 ()
90 GNUNET_CONFIGURATION_parse (cfg, "test_fs_uri_data.conf")) 90 GNUNET_CONFIGURATION_parse (cfg, "test_fs_uri_data.conf"))
91 { 91 {
92 fprintf (stderr, "Failed to parse configuration file\n"); 92 fprintf (stderr, "Failed to parse configuration file\n");
93 GNUNET_FS_uri_destroy (baseURI);
93 GNUNET_CONFIGURATION_destroy (cfg); 94 GNUNET_CONFIGURATION_destroy (cfg);
94 return 1; 95 return 1;
95 } 96 }