mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-14 09:52:23 -07:00
d6734c85b8
- set_current_directory() was leaking the wstring path string because it wasn't using the temp allocator. - change_directory() wasn't calling SetCurrentDirectoryW() under the lock!