gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / bfd / elf-strtab.c
index c397180dccab479ff4926f9998efed9509bc45ee..a2f4d515d3f63a40e86e0dbc11dbce5232255611 100644 (file)
@@ -442,9 +442,8 @@ _bfd_elf_strtab_finalize (struct elf_strtab_hash *tab)
        }
     }
 
-alloc_failure:
-  if (array)
-    free (array);
+ alloc_failure:
+  free (array);
 
   /* Assign positions to the strings we want to keep.  */
   sec_size = 1;
This page took 0.043014 seconds and 4 git commands to generate.