Index: source/socket.cxx =================================================================== RCS file: /cvs/udk/vos/source/socket.cxx,v retrieving revision 1.16 diff -u -r1.16 socket.cxx --- source/socket.cxx 20 Jun 2006 04:07:44 -0000 1.16 +++ source/socket.cxx 1 Jul 2007 16:32:17 -0000 @@ -1214,6 +1214,7 @@ osl_closeSocket((*m_pSockRef)()); osl_releaseSocket((*m_pSockRef)()); delete m_pSockRef; + m_pSockRef= 0; } }