mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-13 09:22:22 -07:00
d7eabf571c
`dir` will leak memory if u use it with allocators that don´t care in freeing the memory at the end ( like arenas or the temp_allocator ) , because `strings.clone` and `strings.concatenate` are not using the passed allocator.