diff options
Diffstat (limited to 'ld/ldelf.c')
-rw-r--r-- | ld/ldelf.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ld/ldelf.c b/ld/ldelf.c index fa4bf9f7278..efb4b77382e 100644 --- a/ld/ldelf.c +++ b/ld/ldelf.c @@ -783,8 +783,7 @@ ldelf_parse_ld_so_conf_include (struct ldelf_ld_so_conf *info, ldelf_parse_ld_so_conf (info, pattern); #endif - if (newp) - free (newp); + free (newp); } static bfd_boolean |