mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-13 09:22:22 -07:00
14f1793b3e
where clone_to_cstring is used with foreign code, it is prefered to use `context.temp_allocator` instead of using the general allocator and manually delete the memory after use.