import gdb-1999-12-06 snapshot
[deliverable/binutils-gdb.git] / gdb / go32-nat.c
index dae434399887f19c3e491c1812bf20627498d840..2620dcd933295d74fe56b9f1e427ca0d21426033 100644 (file)
@@ -692,7 +692,7 @@ go32_create_inferior (char *exec_file, char *args, char **env)
        error ("Syntax error in command line.");
     }
   else
-    child_cmd.command = strdup (args);
+    child_cmd.command = xstrdup (args);
 
   cmdline = (char *) alloca (strlen (args) + 4);
   cmdline[0] = strlen (args);
This page took 0.022892 seconds and 4 git commands to generate.