mirror of
https://github.com/ziglang/zig.git
synced 2026-01-21 14:55:25 +00:00
With this change, it is now possible to safely call `var di = std.debug.openSelfDebugInfo(gpa)`. Calling then `di.deinit()` on the object will correctly free all allocated resources. Ensure we store the result of `mmap` with correct alignment.