diff --git a/src/test/func/malloc/malloc.cc b/src/test/func/malloc/malloc.cc index e692f3c..8974e3a 100644 --- a/src/test/func/malloc/malloc.cc +++ b/src/test/func/malloc/malloc.cc @@ -115,5 +115,6 @@ int main(int argc, char** argv) test_posix_memalign(0, align + 1, EINVAL, true); } + current_alloc_pool()->debug_check_empty(); return 0; }