]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/arch-utils.c
Replace free() with xfree().
[thirdparty/binutils-gdb.git] / gdb / arch-utils.c
index 6b3484d683b7a74c49eda2090defc5ee3b116acc..7a806287cef73f4c1fac2cc0f82910f1b37fa3f6 100644 (file)
@@ -534,7 +534,7 @@ info_architecture (char *args, int from_tty)
        {
          printf_filtered (" %s", *arch);
        }
-      free (arches);
+      xfree (arches);
     }
   else
     {