mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -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
@ -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…
Reference in New Issue
Block a user