1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-09-28 17:39:29 +02:00

(par_dynamic): Fix typo in call to ia64_free_state_record().

(Logical change 1.186)
This commit is contained in:
mostang.com!davidm 2004-03-20 09:54:28 +00:00
parent 0c923f12b0
commit c8dfaca5a0

View file

@ -868,7 +868,7 @@ parse_dynamic (struct cursor *c, struct ia64_state_record *sr)
ret = ia64_fetch_proc_info (c, new_ip, 1);
if (ret < 0)
return ret;
ia64_free_state_record (&sr);
ia64_free_state_record (sr);
return create_state_record_for (c, sr, new_ip);
case UNW_DYN_STOP: