From: Christian Grothoff Date: Mon, 18 Jul 2011 07:03:41 +0000 (+0000) Subject: leak X-Git-Tag: initial-import-from-subversion-38251~17773 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=34456a662c7c4e6f3b56c3d8f1b3d6c6680ada00;p=oweals%2Fgnunet.git leak --- diff --git a/src/util/test_container_slist.c b/src/util/test_container_slist.c index f1aa40f94..c0a832073 100644 --- a/src/util/test_container_slist.c +++ b/src/util/test_container_slist.c @@ -137,7 +137,7 @@ main (int argc, char *argv[]) GNUNET_assert (0); } } - + GNUNET_CONTAINER_slist_iter_destroy (it); GNUNET_CONTAINER_slist_destroy (l); /*check if disp = GNUNET_CONTAINER_SLIST_DISPOSITION_DYNAMIC*/