fix dwarf_decode_line_header
authorTom Tromey <tromey@redhat.com>
Mon, 22 Jul 2013 17:53:55 +0000 (17:53 +0000)
committerTom Tromey <tromey@redhat.com>
Mon, 22 Jul 2013 17:53:55 +0000 (17:53 +0000)
commit2f324bf6cb5c72ff20ec0fd5019a2221bcc67008
tree776ee3a733a849d0f531f3ed518bc8cda40f104c
parent7539e41e9fd1fc8ffa2dcce49f86441305a3d620
fix dwarf_decode_line_header

dwarf_decode_line_header has one return that is missing a call to
do_cleanups.  This patch adds it.

This was found using the cleanup checker.

* dwarf2read.c (dwarf_decode_line_header): Call do_cleanups
on all return paths.
gdb/ChangeLog
gdb/dwarf2read.c