maintenance_expand_symtabs leaks a cleanup
authorTom Tromey <tromey@redhat.com>
Thu, 30 May 2013 17:44:54 +0000 (17:44 +0000)
committerTom Tromey <tromey@redhat.com>
Thu, 30 May 2013 17:44:54 +0000 (17:44 +0000)
commit4e993a190a2602ee03f2dbad245d0c074e9b2362
tree85601bded1fcf485ec89c2a4bb1c05c292b5c5ec
parente3b76b4f446aeb82fdfd46185b624359d5490ec6
maintenance_expand_symtabs leaks a cleanup

It turns out that maintenance_expand_symtabs was missing a call to
do_cleanups.  I found this using the cleanup checker.

* symmisc.c (maintenance_expand_symtabs): Call do_cleanups.
gdb/ChangeLog
gdb/symmisc.c