aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-02-22 10:58:30 +0000
committerChristian Grothoff <christian@grothoff.org>2010-02-22 10:58:30 +0000
commit93d15e9881ecaed95004e8eb01a724291c28b7f5 (patch)
treeadf0e295bb6394977683415c913f98bb4e55d281
parent6b0c9713ef122b8cb0fb7fc12dca579db2c370ee (diff)
downloadgnunet-93d15e9881ecaed95004e8eb01a724291c28b7f5.tar.gz
gnunet-93d15e9881ecaed95004e8eb01a724291c28b7f5.zip
one more leak
-rw-r--r--src/testing/testing_group.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testing/testing_group.c b/src/testing/testing_group.c
index d019bfd70..c2b4340af 100644
--- a/src/testing/testing_group.c
+++ b/src/testing/testing_group.c
@@ -1088,7 +1088,7 @@ GNUNET_TESTING_daemons_start (struct GNUNET_SCHEDULER_Handle *sched,
1088 GNUNET_CONFIGURATION_set_value_string (pcfg, 1088 GNUNET_CONFIGURATION_set_value_string (pcfg,
1089 "PATHS", 1089 "PATHS",
1090 "SERVICEHOME", newservicehome); 1090 "SERVICEHOME", newservicehome);
1091 1091 GNUNET_free (newservicehome);
1092 pg->peers[off].cfg = pcfg; 1092 pg->peers[off].cfg = pcfg;
1093 pg->peers[off].daemon = GNUNET_TESTING_daemon_start (sched, 1093 pg->peers[off].daemon = GNUNET_TESTING_daemon_start (sched,
1094 pcfg, 1094 pcfg,