Skip to content

Commit

Permalink
Merge pull request #32 from binarly-io/dev
Browse files Browse the repository at this point in the history
Fix double free
  • Loading branch information
yeggor authored Dec 29, 2021
2 parents 4372c07 + 32de1a5 commit d6d2cdb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion efiXloader/pe.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ class PE {
reset();
};
~PE() {
close_linput(li);
delete utils;
}
uint32_t number_of_sections;
Expand Down

0 comments on commit d6d2cdb

Please sign in to comment.