mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-20 12:44:59 -07:00
330b393e16
`setenv` doesn't copy the value that is put, which means that the previous code had a bug where we free'd the temporary memory and the environment was accidentally cleared right after the function finished.