Make malloc functional test check for leaks.

This commit is contained in:
Matthew Parkinson
2019-08-11 07:54:51 +01:00
parent 96c4acd5dd
commit a32882cd55

View File

@@ -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;
}