diff options
| author | gingerBill <bill@gingerbill.org> | 2021-09-13 01:39:41 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2021-09-13 01:39:41 +0100 |
| commit | 15c309b0b84c2ae36feea4220f0ccef28587db63 (patch) | |
| tree | a52b110d14e15e06c8caa71a7fa88a969adb4c8f /src/main.cpp | |
| parent | 042dbda47f8a428c1be2b1af2937f0cbff109c11 (diff) | |
Make `permanent_allocator()` thread local
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index dd9882408..9e35062f2 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -2489,7 +2489,6 @@ int main(int arg_count, char const **arg_ptr) { } remove_temp_files(gen); - arena_free_all(&temporary_arena); if (run_output) { #if defined(GB_SYSTEM_WINDOWS) |