Date: Mon, 25 Apr 2005 05:11:19 +0000 (UTC) From: Jeff Roberson <jeff@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/nfs4client nfs4_vnops.c Message-ID: <200504250511.j3P5BJNR058374@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jeff 2005-04-25 05:11:19 UTC FreeBSD src repository Modified files: sys/nfs4client nfs4_vnops.c Log: - We want if (mrep != NULL) not if (m_freem != NULL). m_freem will never be NULL and we will always leak mrep in the error case. Submitted by: Greg Taleck <gtaleck@isilon.com> Revision Changes Path 1.31 +1 -1 src/sys/nfs4client/nfs4_vnops.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200504250511.j3P5BJNR058374>