* malloc.cc (DEFAULT_MMAP_THRESHOLD): Set high to avoid mmaps.
* pipe.cc (fhandler_pipe::close): Avoid extraneous this->.
This commit is contained in:
@ -86,6 +86,7 @@ fhandler_pipe::read (void *in_ptr, size_t& in_len)
|
||||
int fhandler_pipe::close ()
|
||||
{
|
||||
int res = fhandler_base::close ();
|
||||
#undef guard
|
||||
if (guard)
|
||||
CloseHandle (guard);
|
||||
if (writepipe_exists)
|
||||
|
Reference in New Issue
Block a user