diff options
Diffstat (limited to 'gdb/python')
-rw-r--r-- | gdb/python/py-auto-load.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/python/py-auto-load.c b/gdb/python/py-auto-load.c index 2a17ed0..62975ea 100644 --- a/gdb/python/py-auto-load.c +++ b/gdb/python/py-auto-load.c @@ -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); } } } |