aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_plugin_transport.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/test_plugin_transport.c')
-rw-r--r--src/transport/test_plugin_transport.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/test_plugin_transport.c b/src/transport/test_plugin_transport.c
index db988fbe9..500bcaf39 100644
--- a/src/transport/test_plugin_transport.c
+++ b/src/transport/test_plugin_transport.c
@@ -180,9 +180,9 @@ end_badly (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
180 libname = NULL; 180 libname = NULL;
181 } 181 }
182 182
183 w = head;
184 while (NULL != head) 183 while (NULL != head)
185 { 184 {
185 w = head;
186 GNUNET_CONTAINER_DLL_remove (head, tail, w); 186 GNUNET_CONTAINER_DLL_remove (head, tail, w);
187 c ++; 187 c ++;
188 GNUNET_free (w->addr); 188 GNUNET_free (w->addr);