mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-23 14:41:04 -04:00
removed MsgMeta delete that was left
This commit is contained in:
parent
1a362f1cc0
commit
31e6e02a91
1 changed files with 1 additions and 1 deletions
|
@ -4604,7 +4604,7 @@ bool RsGxsNetService::canSendMsgIds(std::vector<const RsGxsMsgMetaData*>& msgMet
|
|||
GXSNETDEBUG_PG(sslId,grpMeta.mGroupId) << " deleting MsgMeta entry for msg ID " << msgMetas[i]->mMsgId << " signed by " << msgMetas[i]->mAuthorId << " who is not in group circle " << circleId << std::endl;
|
||||
#endif
|
||||
|
||||
delete msgMetas[i] ;
|
||||
//delete msgMetas[i] ;
|
||||
msgMetas[i] = msgMetas[msgMetas.size()-1] ;
|
||||
msgMetas.pop_back() ;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue