Date: Wed, 5 Nov 2003 21:58:27 -0800 (PST) From: Alan Cox <alc@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern sys_pipe.c Message-ID: <200311060558.hA65wRZb093152@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200311060558.hA65wRZb093152>