diff options
author | Nick Clifton <nickc@redhat.com> | 2011-03-25 17:09:08 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2011-03-25 17:09:08 +0000 |
commit | 68187828c0f44ea96953d5c79906cf438c701169 (patch) | |
tree | ec436b4d521e3bcea9c02eaa60d19f8088830200 /binutils/ChangeLog | |
parent | b42adabf1ef3955e838f78bf4575070b73d7b4ae (diff) | |
download | gdb-68187828c0f44ea96953d5c79906cf438c701169.zip gdb-68187828c0f44ea96953d5c79906cf438c701169.tar.gz gdb-68187828c0f44ea96953d5c79906cf438c701169.tar.bz2 |
* strings.c (print_strings): Plug memory leak.
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 6716013..832e8ac 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,7 @@ +2011-03-25 Michael Snyder <msnyder@vmware.com> + + * strings.c (print_strings): Plug memory leak. + 2011-03-25 Pierre Muller <muller@ics.u-strasbg.fr> Replace bfd_vma type and analog types by dwarf_vma and analogs. |