aboutsummaryrefslogtreecommitdiff
path: root/src/fs/test_fs_unindex.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-05-07 23:42:28 +0000
committerChristian Grothoff <christian@grothoff.org>2010-05-07 23:42:28 +0000
commitbfa8316970a7dce659585a038458bc41776ed965 (patch)
treed6c23c6731fe3b8ae2f5206fe7172be9b4db1f10 /src/fs/test_fs_unindex.c
parent6e659b41e60f82e0a5d419f2c5c818a340b0917c (diff)
downloadgnunet-bfa8316970a7dce659585a038458bc41776ed965.tar.gz
gnunet-bfa8316970a7dce659585a038458bc41776ed965.zip
stuff
Diffstat (limited to 'src/fs/test_fs_unindex.c')
-rw-r--r--src/fs/test_fs_unindex.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/fs/test_fs_unindex.c b/src/fs/test_fs_unindex.c
index 861685d32..81beb3382 100644
--- a/src/fs/test_fs_unindex.c
+++ b/src/fs/test_fs_unindex.c
@@ -310,8 +310,11 @@ main (int argc, char *argv[])
310 "nohelp", options, &run, NULL); 310 "nohelp", options, &run, NULL);
311 stop_arm (&p1); 311 stop_arm (&p1);
312 GNUNET_DISK_directory_remove ("/tmp/gnunet-test-fs-unindex/"); 312 GNUNET_DISK_directory_remove ("/tmp/gnunet-test-fs-unindex/");
313 GNUNET_DISK_directory_remove (fn); 313 if (NULL != fn)
314 GNUNET_free_non_null (fn); 314 {
315 GNUNET_DISK_directory_remove (fn);
316 GNUNET_free (fn);
317 }
315 return 0; 318 return 0;
316} 319}
317 320