aboutsummaryrefslogtreecommitdiffstats
path: root/tests/map-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/map-test.c')
-rw-r--r--tests/map-test.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/map-test.c b/tests/map-test.c
index 5ef940f..00de337 100644
--- a/tests/map-test.c
+++ b/tests/map-test.c
@@ -90,4 +90,6 @@ TEST(map_remove)
l = wl_map_insert_new(&map, WL_MAP_SERVER_SIDE, &d);
assert(l == WL_SERVER_ID_START + 1);
assert(wl_map_lookup(&map, l) == &d);
+
+ wl_map_release(&map);
}