aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-12-21 16:13:06 +0000
committerChristian Grothoff <christian@grothoff.org>2010-12-21 16:13:06 +0000
commit5b79d2a877b71d5e718328784fd69725efa1d38d (patch)
treec253c5fce1cb44302f649b71006d63172b31b4c6 /src
parente4878c10e87477ff23d64dfca0dac39a6619ba5c (diff)
downloadgnunet-5b79d2a877b71d5e718328784fd69725efa1d38d.tar.gz
gnunet-5b79d2a877b71d5e718328784fd69725efa1d38d.zip
fixes
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]);