mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-03 06:35:08 -04:00
added missing update of mClientMsgUpdateMap, causing both a memory leak and an inconsistency in TS
This commit is contained in:
parent
22c00fc638
commit
ab3939cd9a
1 changed files with 2 additions and 0 deletions
|
@ -2749,6 +2749,8 @@ void RsGxsNetService::locked_stampPeerGroupUpdateTime(const RsPeerId& pid,const
|
|||
{
|
||||
pitem = new RsGxsMsgUpdateItem(mServType) ;
|
||||
pitem->peerId = pid ;
|
||||
|
||||
mClientMsgUpdateMap[pid] = pitem ;
|
||||
}
|
||||
else
|
||||
pitem = it->second ;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue