mirror of
https://github.com/ziglang/zig.git
synced 2026-03-11 21:59:52 +00:00
Before this commit, you could use readElfDebugInfo independently with
one catch: the data is not freed since the deinitialization functions
for ModuleDebugInfo are private. This change makes them public so the
users of such function and similar can free the memory after the
debug symbols have been used.