mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-05-04 22:49:32 +03:00
update test to match malloc with free
This commit is contained in:
parent
46aa16b432
commit
0e188a18a7
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ int main() {
|
|||
p2 = malloc(16);
|
||||
p1 = realloc(p1, 32);
|
||||
free(p1);
|
||||
mi_free(p2);
|
||||
free(p2);
|
||||
mi_free(s);
|
||||
Test* t = new Test(42);
|
||||
delete t;
|
||||
|
|
Loading…
Add table
Reference in a new issue