Crash in ListenerTcp

This commit is contained in:
kali
2024-05-14 13:17:58 -04:00
parent 3e4d96fc5b
commit 272941ecab
@@ -117,7 +117,10 @@ void Server::closeConnection()
DEBUG("closeConnection");
if(m_socketTcp)
{
delete m_socketTcp;
m_socketTcp=nullptr;
}
}