rwatson 2007-05-28 17:15:05 UTC
FreeBSD src repository
Modified files:
sys/kern kern_event.c
Log:
In kern_kevent(), unconditionally fdrop() fp once fget() has succeeded,
as we never have an opportunity to set it to NULL.
Found with: Coverity Prevent(tm)
CID: 2161
Revision Changes Path
1.111 +1 -2 src/sys/kern/kern_event.c