diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-02-13 11:01:02 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-02-13 11:01:02 +0000 |
commit | bc237c25845678360e3ce3bd47d880ad85138da6 (patch) | |
tree | 8e4ca0bbc224a1f3d3d995ae5565ec991c92533a /utils | |
parent | f0bc0bdd2c7ce28df00f4d74fa28a7835b61eb27 (diff) |
Another little touch up to avoid problems...
Diffstat (limited to 'utils')
-rw-r--r-- | utils/ldd.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/ldd.c b/utils/ldd.c index e6a331dad..5accdc767 100644 --- a/utils/ldd.c +++ b/utils/ldd.c @@ -461,6 +461,8 @@ static struct library * find_elf_interpreter(Elf32_Ehdr* ehdr) newlib = cur; free(newlib->name); free(newlib->path); + newlib->name = NULL; + newlib->path = NULL; return NULL; } } |