server memory leak fixed

This commit is contained in:
Max-Wilhelm Bruker
2011-07-04 17:14:48 +02:00
parent fd171fa260
commit 83e2e3666a
4 changed files with 12 additions and 6 deletions

View File

@@ -69,6 +69,7 @@ ServerSocketInterface::~ServerSocketInterface()
delete xmlReader;
delete socket;
socket = 0;
delete topLevelItem;
}
void ServerSocketInterface::processProtocolItem(ProtocolItem *item)