diff options
author | Paul Koning <pkoning@equallogic.com> | 2011-09-15 18:33:15 +0000 |
---|---|---|
committer | Paul Koning <pkoning@equallogic.com> | 2011-09-15 18:33:15 +0000 |
commit | 5af65ec072edf782b67169fd3ea1b91b8255d30f (patch) | |
tree | f85ac04dc8ea2ca2d5f9d9c35b51863663c7c936 /gdb/ChangeLog | |
parent | 883640a804647cb6c54766eca0a4e40ccf808386 (diff) | |
download | gdb-5af65ec072edf782b67169fd3ea1b91b8255d30f.zip gdb-5af65ec072edf782b67169fd3ea1b91b8255d30f.tar.gz gdb-5af65ec072edf782b67169fd3ea1b91b8255d30f.tar.bz2 |
* python/py-cmd.c (gdbpy_string_to_argv): Decrement reference
count of item appended to list.
* python/py-type.c (typy_fields): Likewise.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index fb9b6f1..19d3709 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,11 @@ 2011-09-15 Paul Koning <paul_koning@dell.com> + * python/py-cmd.c (gdbpy_string_to_argv): Decrement reference + count of item appended to list. + * python/py-type.c (typy_fields): Likewise. + +2011-09-15 Paul Koning <paul_koning@dell.com> + * MAINTAINERS (Write After Approval): Add myself to the list. 2011-09-15 Kevin Pouget <kevin.pouget@st.com> |