mirror of
https://github.com/ziglang/zig.git
synced 2025-12-24 23:23:07 +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