mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-16 13:18:12 +01:00
(par_dynamic): Fix typo in call to ia64_free_state_record().
(Logical change 1.186)
This commit is contained in:
parent
0c923f12b0
commit
c8dfaca5a0
1 changed files with 1 additions and 1 deletions
|
@ -868,7 +868,7 @@ parse_dynamic (struct cursor *c, struct ia64_state_record *sr)
|
||||||
ret = ia64_fetch_proc_info (c, new_ip, 1);
|
ret = ia64_fetch_proc_info (c, new_ip, 1);
|
||||||
if (ret < 0)
|
if (ret < 0)
|
||||||
return ret;
|
return ret;
|
||||||
ia64_free_state_record (&sr);
|
ia64_free_state_record (sr);
|
||||||
return create_state_record_for (c, sr, new_ip);
|
return create_state_record_for (c, sr, new_ip);
|
||||||
|
|
||||||
case UNW_DYN_STOP:
|
case UNW_DYN_STOP:
|
||||||
|
|
Loading…
Reference in a new issue