remove double_free call

This commit is contained in:
daan 2019-10-28 12:27:32 -07:00
parent 5dfdc092b5
commit ff9f29660b

View File

@ -25,7 +25,6 @@ public:
int main() {
//mi_stats_reset(); // ignore earlier allocations
double_free();
atexit(free_p);
void* p1 = malloc(78);
void* p2 = mi_malloc_aligned(16,24);