Replace free() with xfree().
[deliverable/binutils-gdb.git] / gdb / gnu-nat.c
index dbdcfb1572218176bc63597e915deff56886d410..cceef39fac7e9446cf10c690b696728593afa4a3 100644 (file)
@@ -627,7 +627,7 @@ _proc_free (struct proc *proc)
       mach_port_deallocate (mach_task_self (), proc->port);
     }
 
-  free (proc);
+  xfree (proc);
   return next;
 }
 
This page took 0.025155 seconds and 4 git commands to generate.