aboutsummaryrefslogtreecommitdiff
path: root/gdb/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/main.c')
-rw-r--r--gdb/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/main.c b/gdb/main.c
index f9821bb..503fd5d 100644
--- a/gdb/main.c
+++ b/gdb/main.c
@@ -218,7 +218,7 @@ captured_main (void *data)
if (res == 0)
{
- free (gdb_sysroot);
+ xfree (gdb_sysroot);
gdb_sysroot = TARGET_SYSTEM_ROOT;
}
}