aboutsummaryrefslogtreecommitdiff
path: root/src/fs/test_fs_uri.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/test_fs_uri.c')
-rw-r--r--src/fs/test_fs_uri.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fs/test_fs_uri.c b/src/fs/test_fs_uri.c
index ba694db6d..0894b8b93 100644
--- a/src/fs/test_fs_uri.c
+++ b/src/fs/test_fs_uri.c
@@ -140,8 +140,10 @@ testLocation ()
140 GNUNET_break (0); 140 GNUNET_break (0);
141 GNUNET_FS_uri_destroy (uri); 141 GNUNET_FS_uri_destroy (uri);
142 GNUNET_CONFIGURATION_destroy (cfg); 142 GNUNET_CONFIGURATION_destroy (cfg);
143 GNUNET_free (emsg);
143 return 1; 144 return 1;
144 } 145 }
146 GNUNET_assert (NULL == emsg);
145 if (GNUNET_YES != GNUNET_FS_uri_test_equal (uri, uri2)) 147 if (GNUNET_YES != GNUNET_FS_uri_test_equal (uri, uri2))
146 { 148 {
147 GNUNET_break (0); 149 GNUNET_break (0);