aboutsummaryrefslogtreecommitdiff
path: root/src/fs/test_fs_unindex_persistence.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_persistence.c
parent6e659b41e60f82e0a5d419f2c5c818a340b0917c (diff)
downloadgnunet-bfa8316970a7dce659585a038458bc41776ed965.tar.gz
gnunet-bfa8316970a7dce659585a038458bc41776ed965.zip
stuff
Diffstat (limited to 'src/fs/test_fs_unindex_persistence.c')
-rw-r--r--src/fs/test_fs_unindex_persistence.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/fs/test_fs_unindex_persistence.c b/src/fs/test_fs_unindex_persistence.c
index 2185be21d..9bf617ba2 100644
--- a/src/fs/test_fs_unindex_persistence.c
+++ b/src/fs/test_fs_unindex_persistence.c
@@ -375,8 +375,11 @@ main (int argc, char *argv[])
375 "nohelp", options, &run, NULL); 375 "nohelp", options, &run, NULL);
376 stop_arm (&p1); 376 stop_arm (&p1);
377 GNUNET_DISK_directory_remove ("/tmp/gnunet-test-fs-unindex/"); 377 GNUNET_DISK_directory_remove ("/tmp/gnunet-test-fs-unindex/");
378 GNUNET_DISK_directory_remove (fn); 378 if (NULL != fn)
379 GNUNET_free_non_null (fn); 379 {
380 GNUNET_DISK_directory_remove (fn);
381 GNUNET_free (fn);
382 }
380 return 0; 383 return 0;
381} 384}
382 385