mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-14 16:59:08 +00:00
Fix mem leak in resourece pe
This commit is contained in:
parent
9847ba8148
commit
d74ff6bac1
@ -1201,6 +1201,7 @@ static void _free_resources(r_pe_resource *rs) {
|
||||
free (rs->timestr);
|
||||
free (rs->data);
|
||||
free (rs->type);
|
||||
free (rs->language);
|
||||
free (rs);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user