mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-28 15:41:38 +00:00
Fix double free bug in COFF plugin (#17315)
This commit is contained in:
parent
52a64537fb
commit
5898c50ad5
@ -308,7 +308,6 @@ static RList *_relocs_list(RBin *rbin, struct r_bin_coff_obj *bin, bool patch, u
|
||||
}
|
||||
reloc = R_NEW0 (RBinReloc);
|
||||
if (!reloc) {
|
||||
free (symbol);
|
||||
continue;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user