diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2011-01-19 18:19:54 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@linux-mips.org> | 2011-01-19 18:19:54 +0000 |
commit | 293c573efde4ca9d3534b029703cd65022d572af (patch) | |
tree | 633f7e67e478fd47b5d7f9807fbf52a4a6e97388 /binutils/ChangeLog | |
parent | 4694da01479181361c847bb9185c458e1ec51c46 (diff) | |
download | gdb-293c573efde4ca9d3534b029703cd65022d572af.zip gdb-293c573efde4ca9d3534b029703cd65022d572af.tar.gz gdb-293c573efde4ca9d3534b029703cd65022d572af.tar.bz2 |
* readelf.c (process_object): Free dynamic_section after use.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 4e62cdc..d02f458 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,7 @@ +2011-01-19 Maciej W. Rozycki <macro@codesourcery.com> + + * readelf.c (process_object): Free dynamic_section after use. + 2011-01-18 H.J. Lu <hongjiu.lu@intel.com> PR binutils/12408 |