Fix all unexpected failures in gas testsuite for pdp11-aout.
[deliverable/binutils-gdb.git] / bfd / elf-strtab.c
index 35b821953df67cc503ccb349c054be1afecf6095..a2f4d515d3f63a40e86e0dbc11dbce5232255611 100644 (file)
@@ -443,8 +443,7 @@ _bfd_elf_strtab_finalize (struct elf_strtab_hash *tab)
     }
 
  alloc_failure:
-  if (array)
-    free (array);
+  free (array);
 
   /* Assign positions to the strings we want to keep.  */
   sec_size = 1;
This page took 0.033699 seconds and 4 git commands to generate.