Bugzilla – Attachment #181: fix for bug #235
void
PacketSink::DoDispose (void)
{
if (m_socket != 0)
m_socket->Close ();
}
m_socket = 0;
// chain up