cvs commit: src/sys/kern uipc_socket.c
Brian Feldman
green at FreeBSD.org
Wed Feb 11 17:48:40 PST 2004
green 2004/02/11 17:48:40 PST
FreeBSD src repository
Modified files:
sys/kern uipc_socket.c
Log:
Always socantsendmore() before deallocating a socket. This, in turn,
calls selwakeup() if necessary (which it is, if you don't want freed
memory hanging around on your td->td_selq).
Props to: alfred
Revision Changes Path
1.162 +7 -0 src/sys/kern/uipc_socket.c
More information about the cvs-src
mailing list