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
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to