* pipe.cc (fhandler_pipe::open): Use 'cfree' to free buffer since it is now
allocated by cmalloc.
This commit is contained in:
@@ -119,7 +119,7 @@ fhandler_pipe::open (int flags, mode_t mode)
|
||||
if (flags & O_NOINHERIT)
|
||||
close_on_exec (true);
|
||||
uninterruptible_io (fh->uninterruptible_io ());
|
||||
free (fh);
|
||||
cfree (fh);
|
||||
CloseHandle (proc);
|
||||
return 1;
|
||||
out:
|
||||
|
Reference in New Issue
Block a user