mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-13 10:55:46 +08:00
Replace free() with xfree().
This commit is contained in:
@ -627,7 +627,7 @@ _proc_free (struct proc *proc)
|
||||
mach_port_deallocate (mach_task_self (), proc->port);
|
||||
}
|
||||
|
||||
free (proc);
|
||||
xfree (proc);
|
||||
return next;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user