aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2011-11-21 17:46:52 +0000
committerBart Polot <bart@net.in.tum.de>2011-11-21 17:46:52 +0000
commitd3871e80fec5e7fcd5ff7cc7ff64284bb7051b38 (patch)
treec04753247da5e98cf9a1155dfeb9c81643a25333 /src
parent58b1ecaf694629783305967564da203b6d76b3c9 (diff)
downloadgnunet-d3871e80fec5e7fcd5ff7cc7ff64284bb7051b38.tar.gz
gnunet-d3871e80fec5e7fcd5ff7cc7ff64284bb7051b38.zip
Additional fix for #1920
Diffstat (limited to 'src')
-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 }