diff options
| author | gingerBill <gingerBill@users.noreply.github.com> | 2025-09-10 19:38:30 +0100 |
|---|---|---|
| committer | gingerBill <gingerBill@users.noreply.github.com> | 2025-09-10 19:38:30 +0100 |
| commit | 01258d4817bb8d04ab287d847c93d36952f11f22 (patch) | |
| tree | 9a8d5a873d2de694ffde76977eadefcf70d24335 /src/build_settings.cpp | |
| parent | a36a8722dc823c6fe143f7935e79467c6569bc00 (diff) | |
Multithread "check all scope usages"
Diffstat (limited to 'src/build_settings.cpp')
| -rw-r--r-- | src/build_settings.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build_settings.cpp b/src/build_settings.cpp index 0c88f3d13..077660f10 100644 --- a/src/build_settings.cpp +++ b/src/build_settings.cpp @@ -1163,8 +1163,8 @@ gb_internal String internal_odin_root_dir(void) { return global_module_path; } + TEMPORARY_ALLOCATOR_GUARD(); auto path_buf = array_make<char>(temporary_allocator(), 300); - defer (array_free(&path_buf)); len = 0; for (;;) { |