mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-07 08:35:16 -04:00
removed tricky memory leak in chat lobbies due to handling of partial messages
This commit is contained in:
parent
7aea6e5bf8
commit
e9fa9eb317
6 changed files with 30 additions and 27 deletions
|
@ -90,7 +90,6 @@ class DistributedChatService
|
|||
void addToSaveList(std::list<RsItem*>& list) const ;
|
||||
bool processLoadListItem(const RsItem *item) ;
|
||||
|
||||
bool locked_checkAndRebuildPartialLobbyMessage(RsChatLobbyMsgItem *) ;
|
||||
void checkSizeAndSendLobbyMessage(RsChatItem *) ;
|
||||
|
||||
bool sendLobbyChat(const ChatLobbyId &lobby_id, const std::string&) ;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue