Replace "if (x) free (x)" with "free (x)", bfd
[deliverable/binutils-gdb.git] / bfd / coff-stgo32.c
index 0fea119fc494ddc97ce6044eb07a4c3b893be493..b5e893d771dee2db369b2bf3d7b86d7599e3a16e 100644 (file)
@@ -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;
 }
This page took 0.04326 seconds and 4 git commands to generate.