Skip to content

Commit

Permalink
Fix mem leak in resourece pe
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarofe committed May 15, 2017
1 parent 9847ba8 commit d74ff6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libr/bin/format/pe/pe.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
}
Expand Down

0 comments on commit d74ff6b

Please sign in to comment.