K 10 svn:author V 7 glebius K 8 svn:date V 27 2007-03-22T13:21:24.000000Z K 7 svn:log V 280 Move the dom_dispose and pru_detach calls in sofree() earlier. Only after calling pru_detach we can be absolutely sure, that we don't have any references to the socket in the stack. This closes race between lockless sbdestroy() and data arriving on socket. Reviewed by: rwatson END