aboutsummaryrefslogtreecommitdiff
path: root/src/fs/test_fs_uri.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-09-03 21:49:31 +0000
committerChristian Grothoff <christian@grothoff.org>2010-09-03 21:49:31 +0000
commit7d7f1251cc7c798db2d36787ed9ce69ca9279635 (patch)
tree4892b2bdfd4ffa58075038431f9fb1c0f689ef10 /src/fs/test_fs_uri.c
parent71d4af85f961b0e34566db32cd033a3c654a235b (diff)
downloadgnunet-7d7f1251cc7c798db2d36787ed9ce69ca9279635.tar.gz
gnunet-7d7f1251cc7c798db2d36787ed9ce69ca9279635.zip
nitpicks
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);