Additional fix for #1920
authorBart Polot <bart@net.in.tum.de>
Mon, 21 Nov 2011 17:46:52 +0000 (17:46 +0000)
committerBart Polot <bart@net.in.tum.de>
Mon, 21 Nov 2011 17:46:52 +0000 (17:46 +0000)
src/testing/testing.c

index 59dc6581ef1f6e8228f91bfca7599c0815bb7891..5ad48d271388819700e3fd1d315d0041280dc9f4 100644 (file)
@@ -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;
       }