* dwarf2-frame.c (dwarf2_frame_cache): Call do_cleanups before

return.
This commit is contained in:
Tom Tromey 2012-08-03 20:52:47 +00:00
parent 7b84f8dad0
commit 5a1cf4d6a8
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2012-08-03 Tom Tromey <tromey@redhat.com>
* dwarf2-frame.c (dwarf2_frame_cache): Call do_cleanups before
return.
2012-08-02 Ulrich Weigand <ulrich.weigand@linaro.org>
* inf-child.c (inf_child_fileio_pwrite): If pwrite fails, fall back

View file

@ -1110,6 +1110,7 @@ dwarf2_frame_cache (struct frame_info *this_frame, void **this_cache)
if (ex.error == NOT_AVAILABLE_ERROR)
{
cache->unavailable_retaddr = 1;
do_cleanups (old_chain);
return cache;
}