]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/cp-namespace.c
fix cp-namespace.c
authorTom Tromey <tromey@redhat.com>
Thu, 30 May 2013 17:29:06 +0000 (17:29 +0000)
committerTom Tromey <tromey@redhat.com>
Thu, 30 May 2013 17:29:06 +0000 (17:29 +0000)
commitc27e16e3f1dcf904e09c4d725bc6dbde7e9ef172
treee1cb758fbbb879d70b63fe038ea264caea71a6af
parent5ae85e4448395edaa514e8fccb508887472166a0
fix cp-namespace.c

cp_lookup_symbol_imports_or_template could return without
running cleanups.

* cp-namespace.c (cp_lookup_symbol_imports_or_template): Call
do_cleanups on all return paths.
gdb/ChangeLog
gdb/cp-namespace.c