fix list_available_thread_groups
authorTom Tromey <tromey@redhat.com>
Thu, 30 May 2013 17:04:47 +0000 (17:04 +0000)
committerTom Tromey <tromey@redhat.com>
Thu, 30 May 2013 17:04:47 +0000 (17:04 +0000)
commitb963592585c05fcfd6817584a9f4e10d038c043a
tree0eff8dbc48af2b91f02a1808ee34e6d26d73b3cc
parent25f435004904ce1dce520d7dcc40eb9b623e244e
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.
gdb/ChangeLog
gdb/mi/mi-main.c