diff options
Diffstat (limited to 'bfd/elf-strtab.c')
-rw-r--r-- | bfd/elf-strtab.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf-strtab.c b/bfd/elf-strtab.c index c397180..35b8219 100644 --- a/bfd/elf-strtab.c +++ b/bfd/elf-strtab.c @@ -442,7 +442,7 @@ _bfd_elf_strtab_finalize (struct elf_strtab_hash *tab) } } -alloc_failure: + alloc_failure: if (array) free (array); |