mirror of
https://github.com/ziglang/zig.git
synced 2026-01-03 20:13:21 +00:00
- Strange memory corruption issues occur when allocated memory is passed to the builder and it is `defer`'d and freed - Instead, `dupe` the string as is done in other handlers, this fixes the issue