aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2013-05-30 17:04:47 +0000
committerTom Tromey <tromey@redhat.com>2013-05-30 17:04:47 +0000
commitb963592585c05fcfd6817584a9f4e10d038c043a (patch)
tree0eff8dbc48af2b91f02a1808ee34e6d26d73b3cc /gdb/ChangeLog
parent25f435004904ce1dce520d7dcc40eb9b623e244e (diff)
downloadgdb-b963592585c05fcfd6817584a9f4e10d038c043a.zip
gdb-b963592585c05fcfd6817584a9f4e10d038c043a.tar.gz
gdb-b963592585c05fcfd6817584a9f4e10d038c043a.tar.bz2
fix list_available_thread_groups
list_available_thread_groups, in mi-main.c, leaks a cleanup. This changes it to call do_cleanups. * mi/mi-main.c (list_available_thread_groups): Call do_cleanups.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index c3303ea..53a3eb7 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,9 @@
2013-05-30 Tom Tromey <tromey@redhat.com>
+ * mi/mi-main.c (list_available_thread_groups): Call do_cleanups.
+
+2013-05-30 Tom Tromey <tromey@redhat.com>
+
* inf-ptrace.c (inf_ptrace_create_inferior): Unconditionally
call discard_cleanups.
(inf_ptrace_attach): Likewise.