diff options
Diffstat (limited to 'binutils/readelf.c')
-rw-r--r-- | binutils/readelf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/readelf.c b/binutils/readelf.c index 9149bb8..efcd6f3 100644 --- a/binutils/readelf.c +++ b/binutils/readelf.c @@ -9997,7 +9997,7 @@ get_num_dynamic_syms (Filedata * filedata) if (chains) { free (chains); - buckets = NULL; + chains = NULL; } nbuckets = 0; } |