mirror of
https://github.com/ziglang/zig.git
synced 2026-03-11 21:59:52 +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.