mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 09:08:59 +00:00
Replace free() with xfree().
This commit is contained in:
@@ -312,6 +312,6 @@ cisco_kod_request (char *arg, int from_tty)
|
||||
|
||||
/* Free memory. */
|
||||
for (i = 0; i < sync_next; ++i)
|
||||
free (sync_ids[i]);
|
||||
free (sync_ids);
|
||||
xfree (sync_ids[i]);
|
||||
xfree (sync_ids);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user