diff options
author | Nick Clifton <nickc@redhat.com> | 2011-03-30 15:10:37 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2011-03-30 15:10:37 +0000 |
commit | 4ac14836c9d0c531a8f65c973e5d721f851ede4a (patch) | |
tree | bbb9e09e6e78d346a99001f97e774f6a41a536f2 /gas/ChangeLog | |
parent | f956bf33e2a0613ab9e243d30dfb8cc6ccb1fe9b (diff) | |
download | gdb-4ac14836c9d0c531a8f65c973e5d721f851ede4a.zip gdb-4ac14836c9d0c531a8f65c973e5d721f851ede4a.tar.gz gdb-4ac14836c9d0c531a8f65c973e5d721f851ede4a.tar.bz2 |
* macro.c (get_any_string): Free malloced br_buf.
(do_formals): Free 'formal'.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 498c3f3..d4d4f7e 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,6 +1,8 @@ 2011-03-30 Michael Snyder <msnyder@vmware.com> * obj-elf.c (obj_elf_section): Free malloced name. + * macro.c (get_any_string): Free malloced br_buf. + (do_formals): Free 'formal'. 2011-03-30 Tristan Gingold <gingold@adacore.com> |