mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-03 02:21:49 -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.