mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 09:58:19 +08:00
Replace free() with xfree().
This commit is contained in:
@ -1154,7 +1154,7 @@ alpha_pop_frame (void)
|
||||
else
|
||||
linked_proc_desc_table = pi_ptr->next;
|
||||
|
||||
free (pi_ptr);
|
||||
xfree (pi_ptr);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user