mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-05-25 11:16:56 +08:00
* python/py-auto-load.c (source_section_scripts): Call xfree
instead of free.
This commit is contained in:
@ -314,7 +314,7 @@ Use `info auto-load-scripts [REGEXP]' to list them."),
|
||||
if (! in_hash_table)
|
||||
source_python_script_for_objfile (objfile, full_path);
|
||||
fclose (stream);
|
||||
free (full_path);
|
||||
xfree (full_path);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user