aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/testing/testing.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/testing/testing.c b/src/testing/testing.c
index b4d305e9e..c31d8f2f3 100644
--- a/src/testing/testing.c
+++ b/src/testing/testing.c
@@ -790,7 +790,6 @@ void GNUNET_TESTING_daemon_stop (struct GNUNET_TESTING_Daemon *d,
790 return; 790 return;
791 } 791 }
792 GNUNET_CONFIGURATION_destroy (d->cfg); 792 GNUNET_CONFIGURATION_destroy (d->cfg);
793 GNUNET_break (GNUNET_OK == GNUNET_DISK_directory_remove (d->cfgfile));
794 GNUNET_free (d->cfgfile); 793 GNUNET_free (d->cfgfile);
795 GNUNET_free_non_null (d->hostname); 794 GNUNET_free_non_null (d->hostname);
796 GNUNET_free_non_null (d->username); 795 GNUNET_free_non_null (d->username);