* dwarf2-frame.c (dwarf2_frame_cache): Call do_cleanups before
return.
This commit is contained in:
parent
7b84f8dad0
commit
5a1cf4d6a8
2 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue