Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Mar 2007 14:52:00 +0000 (UTC)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern uipc_usrreq.c
Message-ID:  <200703121452.l2CEq0g2015983@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2007-03-12 14:52:00 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             uipc_usrreq.c 
  Log:
  In uipc_close(), we no longer always free the unpcb, as the last reference
  may be dropped later.  In this case, always unlock the unpcb so as not to
  leak the lock.
  
  Found by:       kris (BugMagnet)
  
  Revision  Changes    Path
  1.200     +2 -1      src/sys/kern/uipc_usrreq.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200703121452.l2CEq0g2015983>