mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-05-06 15:29:31 +03:00
fix syntax error (issue #963)
This commit is contained in:
parent
54c5af5862
commit
c58990d4eb
1 changed files with 2 additions and 0 deletions
|
@ -252,6 +252,8 @@ static void test_heap_arena(void) {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
static void test_canary_leak(void) {
|
static void test_canary_leak(void) {
|
||||||
char* p = mi_mallocn_tp(char,23);
|
char* p = mi_mallocn_tp(char,23);
|
||||||
for(int i = 0; i < 23; i++) {
|
for(int i = 0; i < 23; i++) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue