Merge branch 'Network' of https://github.com/dean11/Danbias into GameLogic

This commit is contained in:
dean11 2013-12-12 12:23:55 +01:00
commit d0bd60c856
1 changed files with 4 additions and 4 deletions

View File

@ -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;