removed MsgMeta delete that was left

This commit is contained in:
csoler 2020-05-28 17:07:33 +02:00
parent 1a362f1cc0
commit 31e6e02a91
No known key found for this signature in database
GPG Key ID: 7BCA522266C0804C

View File

@ -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() ;
}