aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/testing/testing.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testing/testing.c b/src/testing/testing.c
index 59dc6581e..5ad48d271 100644
--- a/src/testing/testing.c
+++ b/src/testing/testing.c
@@ -542,7 +542,7 @@ start_fsm (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
542 GNUNET_free (d->proc); 542 GNUNET_free (d->proc);
543// GNUNET_free (d); // FIXME (could this leak) 543// GNUNET_free (d); // FIXME (could this leak)
544 d->hostname = NULL; // Quick hack to avoid crashing (testing need to be 544 d->hostname = NULL; // Quick hack to avoid crashing (testing need to be
545 // overhauled anyway, and the error managing is 545 d->cfg = NULL; // overhauled anyway, and the error managing is
546 // pretty broken anyway. 546 // pretty broken anyway.
547 return; 547 return;
548 } 548 }