mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-28 15:18:37 +08:00
Replace free() with xfree().
This commit is contained in:
@ -2548,7 +2548,7 @@ mips_pop_frame (void)
|
||||
else
|
||||
linked_proc_desc_table = pi_ptr->next;
|
||||
|
||||
free (pi_ptr);
|
||||
xfree (pi_ptr);
|
||||
|
||||
write_register (HI_REGNUM,
|
||||
read_memory_integer (new_sp - 2 * MIPS_SAVED_REGSIZE,
|
||||
|
Reference in New Issue
Block a user