* gdbint.texinfo (POP_FRAME): Document use by return_command.
[deliverable/binutils-gdb.git] / gdb / remote-rdp.c
index 767e0ee4e6f90228fb9205da45f3e767c18168de..223e2ef5f2fd182591c64a5e5bd45c69df3280a6 100644 (file)
@@ -696,7 +696,7 @@ rdp_set_command_line (char *command, char *args)
    */
 
   if (commandline != NULL)
-    free (commandline);
+    xfree (commandline);
 
   commandline = malloc (strlen (command) + strlen (args) + 2);
   if (commandline != NULL)
This page took 0.024484 seconds and 4 git commands to generate.