mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-05-04 22:49:32 +03:00
remove double_free call
This commit is contained in:
parent
5dfdc092b5
commit
ff9f29660b
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue