From 0e100a7c9f93ebf621fb38a502b517807b952f12 Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Wed, 29 Aug 2012 07:16:59 +0000 Subject: coverity 10270 --- src/transport/test_plugin_transport.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/transport/test_plugin_transport.c') 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) libname = NULL; } - w = head; while (NULL != head) { + w = head; GNUNET_CONTAINER_DLL_remove (head, tail, w); c ++; GNUNET_free (w->addr); -- cgit v1.2.3