Network - Not deleting smart pointers anymore.
This commit is contained in:
parent
e9b41f8cb8
commit
c661d26d2a
|
@ -86,17 +86,17 @@ NetworkClient::PrivateData::~PrivateData()
|
||||||
{
|
{
|
||||||
thread.Stop();
|
thread.Stop();
|
||||||
|
|
||||||
if(connection)
|
/*if(connection)
|
||||||
{
|
{
|
||||||
delete connection;
|
delete connection;
|
||||||
connection = NULL;
|
connection = NULL;
|
||||||
}
|
}*/
|
||||||
|
|
||||||
if(sendPostBox)
|
/*if(sendPostBox)
|
||||||
{
|
{
|
||||||
delete sendPostBox;
|
delete sendPostBox;
|
||||||
sendPostBox = NULL;
|
sendPostBox = NULL;
|
||||||
}
|
}*/
|
||||||
|
|
||||||
callbackType = NetworkProtocolCallbackType_Unknown;
|
callbackType = NetworkProtocolCallbackType_Unknown;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue