remove double_free call
This commit is contained in:
parent
5dfdc092b5
commit
ff9f29660b
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user