mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 06:17:47 +08:00
Replace free() with xfree().
This commit is contained in:
@ -426,7 +426,7 @@ the baud rate, and the name of the program to run on the remote system.");
|
||||
/*EMPTY */ ;
|
||||
|
||||
if (prog_name != NULL)
|
||||
free (prog_name);
|
||||
xfree (prog_name);
|
||||
prog_name = savestring (p, strlen (p));
|
||||
|
||||
eb_close (0);
|
||||
|
Reference in New Issue
Block a user