diff options
Diffstat (limited to 'bfd/hash.c')
-rw-r--r-- | bfd/hash.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bfd/hash.c b/bfd/hash.c index 3e6a172ba2f..4149474ffff 100644 --- a/bfd/hash.c +++ b/bfd/hash.c @@ -392,6 +392,7 @@ bfd_hash_table_init_n (struct bfd_hash_table *table, objalloc_alloc ((struct objalloc *) table->memory, alloc); if (table->table == NULL) { + bfd_hash_table_free (table); bfd_set_error (bfd_error_no_memory); return FALSE; } |