summaryrefslogtreecommitdiff
path: root/testapp.c
diff options
context:
space:
mode:
Diffstat (limited to 'testapp.c')
-rw-r--r--testapp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/testapp.c b/testapp.c
index d4a8602..cc51d91 100644
--- a/testapp.c
+++ b/testapp.c
@@ -217,6 +217,8 @@ static enum test_return cache_limit_revised_downward_test(void)
assert(cache->total == allocated_num-1);
cache_destroy(cache);
+ free(alloc_objs);
+
return TEST_PASS;
}