remove delete call for QObject(0x0)

ver3
acetone 2023-03-03 20:02:35 +03:00
parent bff8c2de1e
commit 4ad969c784
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ void Network::Connect()
this->scheduling = true;
this->_loggedIn = false;
//delete this->network_thread;
delete this->socket;
//delete this->socket;
//this->network_thread = new NetworkThread(this);
if (!this->IsSSL())