summaryrefslogtreecommitdiff
path: root/elf/ldconfig.c
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2008-03-26 11:22:19 +0000
committerJakub Jelinek <jakub@redhat.com>2008-03-26 11:22:19 +0000
commitf23e5ee26d14b7931c65e5df0bf46ff356c6177b (patch)
tree7ec5160f8a03894ed0f4be9a1c312ed5bffdc7e5 /elf/ldconfig.c
parentd0b6ac6c5023a223e150c49c422c7ad2bd99456c (diff)
Updated to fedora-glibc-20080326T1041cvs/fedora-glibc-2_7_90-12
Diffstat (limited to 'elf/ldconfig.c')
-rw-r--r--elf/ldconfig.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/elf/ldconfig.c b/elf/ldconfig.c
index 8794179e2f..05955ae658 100644
--- a/elf/ldconfig.c
+++ b/elf/ldconfig.c
@@ -1193,8 +1193,7 @@ parse_conf_include (const char *config_file, unsigned int lineno,
break;
}
- if (copy)
- free (copy);
+ free (copy);
}
/* Honour LD_HWCAP_MASK. */