aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/fs/fs_test_lib.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fs/fs_test_lib.c b/src/fs/fs_test_lib.c
index 0647aca97..3112ce9a2 100644
--- a/src/fs/fs_test_lib.c
+++ b/src/fs/fs_test_lib.c
@@ -535,7 +535,8 @@ GNUNET_FS_TEST_daemons_stop (unsigned int total,
535 GNUNET_CONFIGURATION_destroy (daemons[i]->cfg); 535 GNUNET_CONFIGURATION_destroy (daemons[i]->cfg);
536 if (NULL != daemons[i]->publish_tmp_file) 536 if (NULL != daemons[i]->publish_tmp_file)
537 { 537 {
538 GNUNET_DISK_directory_remove (daemons[i]->publish_tmp_file); 538 GNUNET_break (GNUNET_OK ==
539 GNUNET_DISK_directory_remove (daemons[i]->publish_tmp_file));
539 GNUNET_free (daemons[i]->publish_tmp_file); 540 GNUNET_free (daemons[i]->publish_tmp_file);
540 } 541 }
541 GNUNET_free (daemons[i]); 542 GNUNET_free (daemons[i]);