diff options
Diffstat (limited to 'tests/array-test.c')
| -rw-r--r-- | tests/array-test.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/array-test.c b/tests/array-test.c index cb62713..2be369f 100644 --- a/tests/array-test.c +++ b/tests/array-test.c @@ -133,4 +133,6 @@ TEST(array_for_each) wl_array_for_each(p, &array) assert(*p == elements[i++]); assert(i == 5); + + wl_array_release(&array); } |
