mirror of
https://github.com/ziglang/zig.git
synced 2026-01-20 14:25:16 +00:00
Fix double close in openElfDebugInfo
This commit is contained in:
parent
ab46713fa6
commit
a56183197d
@ -997,8 +997,6 @@ pub fn openElfDebugInfo(
|
||||
null,
|
||||
};
|
||||
|
||||
efile.close();
|
||||
|
||||
try openDwarfDebugInfo(&di, allocator);
|
||||
return di;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user