mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-13 00:19:30 -05:00
removed MsgMeta delete that was left
This commit is contained in:
parent
1a362f1cc0
commit
31e6e02a91
@ -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…
Reference in New Issue
Block a user