From 45dd0537446e6343bc4a975be21e0f0d1ec655cd Mon Sep 17 00:00:00 2001 From: Jonathan Bradley Date: Thu, 13 Nov 2025 13:56:45 -0500 Subject: tests: force malloc compatibility --- test/pkarr.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/pkarr.cpp') diff --git a/test/pkarr.cpp b/test/pkarr.cpp index 8879ca4..e61a2a7 100644 --- a/test/pkarr.cpp +++ b/test/pkarr.cpp @@ -195,6 +195,7 @@ int main(int argc, char *argv[]) res = pk_arr_iter_increment(&arr, &it); if (res == true) exit(1); + pk_arr_reset(&arr); } fprintf(stdout, "[%s] Ending iter forward test\n\n", __FILE__); test_teardown(&bkt); @@ -238,6 +239,7 @@ int main(int argc, char *argv[]) res = pk_arr_iter_decrement(&arr, &it); if (res == true) exit(1); + pk_arr_reset(&arr); } fprintf(stdout, "[%s] Ending iter reverse test\n\n", __FILE__); test_teardown(&bkt); -- cgit v1.2.3