mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-28 01:50:48 +00:00
* varobj.c (varobj_set_display_format): Use xfree.
* tracepoint.c (stringify_collection_list): Use xfree. * remote-fileio.c (remote_fileio_reset): Use xfree. * mipsread.c (read_alphacoff_dynamic_symtab): Use xfree. * dfp.c (decimal_from_floating): Use xfree, xstrprintf. Don't use asprintf. * cp-support.c (mangled_name_to_comp): Use xfree.
This commit is contained in:
@@ -1398,7 +1398,7 @@ remote_fileio_reset (void)
|
||||
}
|
||||
if (remote_fio_data.fd_map)
|
||||
{
|
||||
free (remote_fio_data.fd_map);
|
||||
xfree (remote_fio_data.fd_map);
|
||||
remote_fio_data.fd_map = NULL;
|
||||
remote_fio_data.fd_map_size = 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user