diff options
-rw-r--r-- | vos/source/socket.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/vos/source/socket.cxx b/vos/source/socket.cxx index 53a0e0e097bb..cc2e902e92a0 100644 --- a/vos/source/socket.cxx +++ b/vos/source/socket.cxx @@ -4,9 +4,9 @@ * * $RCSfile: socket.cxx,v $ * - * $Revision: 1.16 $ + * $Revision: 1.17 $ * - * last change: $Author: hr $ $Date: 2006-06-20 04:07:44 $ + * last change: $Author: hr $ $Date: 2007-08-02 14:22:09 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -1214,6 +1214,7 @@ OAcceptorSocket::~OAcceptorSocket() osl_closeSocket((*m_pSockRef)()); osl_releaseSocket((*m_pSockRef)()); delete m_pSockRef; + m_pSockRef = 0; } } |