From d3871e80fec5e7fcd5ff7cc7ff64284bb7051b38 Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Mon, 21 Nov 2011 17:46:52 +0000 Subject: [PATCH] Additional fix for #1920 --- src/testing/testing.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) GNUNET_free (d->proc); // GNUNET_free (d); // FIXME (could this leak) d->hostname = NULL; // Quick hack to avoid crashing (testing need to be - // overhauled anyway, and the error managing is + d->cfg = NULL; // overhauled anyway, and the error managing is // pretty broken anyway. return; } -- 2.25.1