aboutsummaryrefslogtreecommitdiff
path: root/src/util/test_container_heap.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-07-08 18:54:19 +0000
committerChristian Grothoff <christian@grothoff.org>2009-07-08 18:54:19 +0000
commita6e9fbbab174e1c8142827fa5624aa0e59156298 (patch)
tree4a6690aaea9f90a766222764e35302fcee842774 /src/util/test_container_heap.c
parenta8e3c5873feed7a356f503af48669cb043d80e19 (diff)
downloadgnunet-a6e9fbbab174e1c8142827fa5624aa0e59156298.tar.gz
gnunet-a6e9fbbab174e1c8142827fa5624aa0e59156298.zip
forward-porting heap bugfixes
Diffstat (limited to 'src/util/test_container_heap.c')
-rw-r--r--src/util/test_container_heap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/test_container_heap.c b/src/util/test_container_heap.c
index 511589af5..84f992686 100644
--- a/src/util/test_container_heap.c
+++ b/src/util/test_container_heap.c
@@ -106,6 +106,7 @@ main (int argc, char **argv)
106 106
107 GNUNET_CONTAINER_heap_iterate (myHeap, iterator_callback, NULL); 107 GNUNET_CONTAINER_heap_iterate (myHeap, iterator_callback, NULL);
108 fprintf (stdout, "\n"); 108 fprintf (stdout, "\n");
109 GNUNET_CONTAINER_heap_destroy (myHeap);
109 return 0; 110 return 0;
110} 111}
111 112