aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-07-18 07:03:41 +0000
committerChristian Grothoff <christian@grothoff.org>2011-07-18 07:03:41 +0000
commit34456a662c7c4e6f3b56c3d8f1b3d6c6680ada00 (patch)
treee85bb303017c9125f646e06a696267dcc02e3bc0 /src
parent7560ea0cd3ef90893bdedd8877af46777bef2652 (diff)
downloadgnunet-34456a662c7c4e6f3b56c3d8f1b3d6c6680ada00.tar.gz
gnunet-34456a662c7c4e6f3b56c3d8f1b3d6c6680ada00.zip
leak
Diffstat (limited to 'src')
-rw-r--r--src/util/test_container_slist.c2
1 files changed, 1 insertions, 1 deletions
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[])
137 GNUNET_assert (0); 137 GNUNET_assert (0);
138 } 138 }
139 } 139 }
140 140 GNUNET_CONTAINER_slist_iter_destroy (it);
141 GNUNET_CONTAINER_slist_destroy (l); 141 GNUNET_CONTAINER_slist_destroy (l);
142 142
143 /*check if disp = GNUNET_CONTAINER_SLIST_DISPOSITION_DYNAMIC*/ 143 /*check if disp = GNUNET_CONTAINER_SLIST_DISPOSITION_DYNAMIC*/