mirror of
https://github.com/maxDcb/C2TeamServer
synced 2026-06-06 16:14:27 +00:00
Crash in ListenerTcp
This commit is contained in:
@@ -117,7 +117,10 @@ void Server::closeConnection()
|
||||
DEBUG("closeConnection");
|
||||
|
||||
if(m_socketTcp)
|
||||
{
|
||||
delete m_socketTcp;
|
||||
m_socketTcp=nullptr;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user