mirror of https://notabug.org/acetone/ircabot.git
remove delete call for QObject(0x0)
parent
bff8c2de1e
commit
4ad969c784
|
@ -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())
|
||||
|
|
Loading…
Reference in New Issue