aboutsummaryrefslogtreecommitdiff
path: root/src/util/test_container_heap.c
diff options
context:
space:
mode:
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