diff options
Diffstat (limited to 'src/common.cpp')
| -rw-r--r-- | src/common.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common.cpp b/src/common.cpp index 779554ecc..78782704c 100644 --- a/src/common.cpp +++ b/src/common.cpp @@ -443,7 +443,7 @@ GB_ALLOCATOR_PROC(arena_allocator_proc) { ptr = arena_alloc(arena, size, alignment); break; case gbAllocation_Free: - GB_PANIC("gbAllocation_Free not supported"); + // GB_PANIC("gbAllocation_Free not supported"); break; case gbAllocation_Resize: GB_PANIC("gbAllocation_Resize: not supported"); |