mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-22 15:47:37 +01:00
Fix up what looks like an unintentional semi colon.
Thanks to Lassi Tuura for noticing it.
This commit is contained in:
parent
d3ddc9b96b
commit
7bd264e292
1 changed files with 1 additions and 1 deletions
|
@ -422,7 +422,7 @@ put_unwind_info (struct dwarf_cursor *c, unw_proc_info_t *pi)
|
|||
|
||||
if (c->pi_is_dynamic)
|
||||
unwi_put_dynamic_unwind_info (c->as, pi, c->as_arg);
|
||||
else if (pi->unwind_info);
|
||||
else if (pi->unwind_info)
|
||||
{
|
||||
mempool_free (&dwarf_cie_info_pool, pi->unwind_info);
|
||||
pi->unwind_info = NULL;
|
||||
|
|
Loading…
Reference in a new issue