alc 2003/11/05 21:58:27 PST FreeBSD src repository Modified files: sys/kern sys_pipe.c Log: - Delay the allocation of memory for the pipe mutex until we need it. This avoids the need to free said memory in various error cases along the way. Revision Changes Path 1.157 +1 -5 src/sys/kern/sys_pipe.c