X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=bfd%2Fcoff-stgo32.c;h=b5e893d771dee2db369b2bf3d7b86d7599e3a16e;hb=c95949892f6f1e2974a0fb8a5463d7b6432ac469;hp=0fea119fc494ddc97ce6044eb07a4c3b893be493;hpb=c31ab5a0010ac9e3d31fd218fffcff1b9696363e;p=deliverable%2Fbinutils-gdb.git diff --git a/bfd/coff-stgo32.c b/bfd/coff-stgo32.c index 0fea119fc4..b5e893d771 100644 --- a/bfd/coff-stgo32.c +++ b/bfd/coff-stgo32.c @@ -249,8 +249,7 @@ go32exe_cleanup (bfd *abfd) { abfd->origin = 0; - if (go32exe_temp_stub != NULL) - free (go32exe_temp_stub); + free (go32exe_temp_stub); go32exe_temp_stub = NULL; go32exe_temp_stub_size = 0; }