aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2011-03-25 17:09:08 +0000
committerNick Clifton <nickc@redhat.com>2011-03-25 17:09:08 +0000
commit68187828c0f44ea96953d5c79906cf438c701169 (patch)
treeec436b4d521e3bcea9c02eaa60d19f8088830200 /binutils/ChangeLog
parentb42adabf1ef3955e838f78bf4575070b73d7b4ae (diff)
downloadgdb-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/ChangeLog4
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.