summaryrefslogtreecommitdiff
path: root/test/pkarr.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/pkarr.c')
-rw-r--r--test/pkarr.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/pkarr.c b/test/pkarr.c
index c6e09f1..58a0c7f 100644
--- a/test/pkarr.c
+++ b/test/pkarr.c
@@ -41,6 +41,7 @@ test_teardown(struct pk_arr *arr, struct pk_membucket **bkt)
pk_bucket_destroy(*bkt);
*bkt = NULL;
arr->data = NULL;
+ pk_memory_teardown_all();
}
bool