removed tricky memory leak in chat lobbies due to handling of partial messages

This commit is contained in:
csoler 2016-04-21 22:07:50 -04:00
parent 7aea6e5bf8
commit e9fa9eb317
6 changed files with 30 additions and 27 deletions

View file

@ -424,11 +424,6 @@ void DistributedChatService::checkSizeAndSendLobbyMessage(RsChatItem *msg)
sendChatItem(msg) ;
}
bool DistributedChatService::locked_checkAndRebuildPartialLobbyMessage(RsChatLobbyMsgItem *ci)
{
return true ;
}
bool DistributedChatService::handleRecvItem(RsChatItem *item)
{
switch(item->PacketSubType())