mirror of
https://github.com/ziglang/zig.git
synced 2026-01-25 00:35:20 +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.