Network - Not deleting smart pointers anymore.

This commit is contained in:
Pontus Fransson 2013-12-12 12:23:35 +01:00
parent e9b41f8cb8
commit c661d26d2a
1 changed files with 4 additions and 4 deletions

View File

@ -86,17 +86,17 @@ NetworkClient::PrivateData::~PrivateData()
{
thread.Stop();
if(connection)
/*if(connection)
{
delete connection;
connection = NULL;
}
}*/
if(sendPostBox)
/*if(sendPostBox)
{
delete sendPostBox;
sendPostBox = NULL;
}
}*/
callbackType = NetworkProtocolCallbackType_Unknown;