cvs commit: src/sys/kern uipc_usrreq.c

Robert Watson rwatson at FreeBSD.org
Mon Mar 12 14:52:01 UTC 2007


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


More information about the cvs-src mailing list