Diff between 3382ea05583bab507791cf31b29075d20942bab1 and 3053eb7a0af19c8792303cf7eca2188775ca1cba
Changed Files
| File | Additions | Deletions | Status |
| unit/test-queue.c | +1 | -0 | modified |
Full Patch
diff --git a/unit/test-queue.c b/unit/test-queue.c
index af7dfd3..5cbe529 100644
--- a/unit/test-queue.c
+++ b/unit/test-queue.c
@@ -96,6 +96,7 @@ static void test_foreach_remove_all(void)
queue_push_tail(queue, UINT_TO_PTR(2));
queue_foreach(queue, foreach_remove_all, queue);
+ queue_destroy(queue, NULL);
}
int main(int argc, char *argv[])