diff options
author | Nick Clifton <nickc@redhat.com> | 2011-03-25 17:14:02 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2011-03-25 17:14:02 +0000 |
commit | 6a6969108e510d407755889162afbe3107f2f3d8 (patch) | |
tree | 5406549d41d5fbfc3d422cbbaf4c8e553711194b /binutils/ChangeLog | |
parent | 628534583be570e855e7bbce00b7d5e2454d3676 (diff) | |
download | ppe42-binutils-6a6969108e510d407755889162afbe3107f2f3d8.tar.gz ppe42-binutils-6a6969108e510d407755889162afbe3107f2f3d8.zip |
* ar.c (move_members): Plug memory leak.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 832e8ac6de..d369ae88d4 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,6 +1,7 @@ 2011-03-25 Michael Snyder <msnyder@vmware.com> * strings.c (print_strings): Plug memory leak. + * ar.c (move_members): Plug memory leak. 2011-03-25 Pierre Muller <muller@ics.u-strasbg.fr> |