fix syntax error (issue #963)

This commit is contained in:
Daan 2024-11-22 13:55:10 -08:00
parent 54c5af5862
commit c58990d4eb

View file

@ -252,6 +252,8 @@ static void test_heap_arena(void) {
break;
}
}
}
static void test_canary_leak(void) {
char* p = mi_mallocn_tp(char,23);
for(int i = 0; i < 23; i++) {