Fix double close in openElfDebugInfo

master
Rocknest 2020-01-31 22:20:21 +02:00
parent ab46713fa6
commit a56183197d
1 changed files with 0 additions and 2 deletions

View File

@ -997,8 +997,6 @@ pub fn openElfDebugInfo(
null,
};
efile.close();
try openDwarfDebugInfo(&di, allocator);
return di;
}