2011-03-14 Michael Snyder <msnyder@vmware.com>

* objcopy.c (set_pe_subsystem): Free subsystem.
This commit is contained in:
Michael Snyder 2011-03-14 20:51:59 +00:00
parent c30fe01daf
commit 0cbf353135
2 changed files with 4 additions and 0 deletions

View file

@ -3157,6 +3157,8 @@ set_pe_subsystem (const char *s)
pe_section_alignment = PE_DEF_SECTION_ALIGNMENT;
break;
}
if (s != subsystem)
free ((char *) subsystem);
}
/* Convert EFI target to PEI target. */