From: Bart Polot Date: Mon, 21 Nov 2011 17:46:52 +0000 (+0000) Subject: Additional fix for #1920 X-Git-Tag: initial-import-from-subversion-38251~15861 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d3871e80fec5e7fcd5ff7cc7ff64284bb7051b38;p=oweals%2Fgnunet.git Additional fix for #1920 --- 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; }