* exec.c (xfer_memory): Add attrib argument.
[deliverable/binutils-gdb.git] / gdb / kod.c
index d2687d7ac226b60935207a7cfa8400f704999ad6..6aa6769d9144142b20a9ca93fb4fe4a9cfb093ea 100644 (file)
--- a/gdb/kod.c
+++ b/gdb/kod.c
@@ -143,7 +143,7 @@ kod_set_os (char *arg, int from_tty, struct cmd_list_element *command)
   if (old_operating_system)
     {
       delete_cmd (old_operating_system, &infolist);
-      free (old_operating_system);
+      xfree (old_operating_system);
     }
   old_operating_system = xstrdup (operating_system);
 
@@ -175,7 +175,7 @@ kod_set_os (char *arg, int from_tty, struct cmd_list_element *command)
        p = "Unknown KOD library";
       printf_filtered ("%s - %s\n", operating_system, p);
 
-      free (kodlib);
+      xfree (kodlib);
     }
 }
 
This page took 0.023431 seconds and 4 git commands to generate.