* exec.c (xfer_memory): Add attrib argument.
[deliverable/binutils-gdb.git] / gdb / ser-pipe.c
index fd073c2e0a58324364ac5d10bf4a229114a85b0a..9c915b0853a601ddaef29a753f0b22ea38a31cf0 100644 (file)
@@ -124,7 +124,7 @@ pipe_close (serial_t scb)
       int pid = state->pid;
       close (scb->fd);
       scb->fd = -1;
-      free (state);
+      xfree (state);
       scb->state = NULL;
       kill (pid, SIGTERM);
       /* Might be useful to check that the child does die. */
This page took 0.023272 seconds and 4 git commands to generate.