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