diff options
author | Tom Tromey <tromey@redhat.com> | 2013-05-20 20:30:24 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2013-05-20 20:30:24 +0000 |
commit | fcb49fc817243a98937f14a9385b3de7d17417d6 (patch) | |
tree | 8d1f2ef0c0f239a528c4a0a39dd871b620bb5ab7 /gdb/ChangeLog | |
parent | 0646da15da19313ef79611081904ce5e723b0646 (diff) | |
download | gdb-fcb49fc817243a98937f14a9385b3de7d17417d6.zip gdb-fcb49fc817243a98937f14a9385b3de7d17417d6.tar.gz gdb-fcb49fc817243a98937f14a9385b3de7d17417d6.tar.bz2 |
* python/py-param.c (compute_enum_values): Decref 'item'.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 1970715..f394f87 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ 2013-05-20 Tom Tromey <tromey@redhat.com> + * python/py-param.c (compute_enum_values): Decref 'item'. + +2013-05-20 Tom Tromey <tromey@redhat.com> + * mi/mi-main.c: Include python-internal.h. (mi_cmd_list_features): Check gdb_python_initialized. * python/py-inferior.c (python_on_normal_stop, python_on_resume) |