diff options
Diffstat (limited to 'gdb/arch-utils.c')
-rw-r--r-- | gdb/arch-utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/arch-utils.c b/gdb/arch-utils.c index 6b3484d..7a80628 100644 --- a/gdb/arch-utils.c +++ b/gdb/arch-utils.c @@ -534,7 +534,7 @@ info_architecture (char *args, int from_tty) { printf_filtered (" %s", *arch); } - free (arches); + xfree (arches); } else { |