projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58b1eca
)
Additional fix for #1920
author
Bart Polot
<bart@net.in.tum.de>
Mon, 21 Nov 2011 17:46:52 +0000
(17:46 +0000)
committer
Bart Polot
<bart@net.in.tum.de>
Mon, 21 Nov 2011 17:46:52 +0000
(17:46 +0000)
src/testing/testing.c
patch
|
blob
|
history
diff --git
a/src/testing/testing.c
b/src/testing/testing.c
index 59dc6581ef1f6e8228f91bfca7599c0815bb7891..5ad48d271388819700e3fd1d315d0041280dc9f4 100644
(file)
--- 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;
}