mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-07 16:45:11 -04:00
reverting last commit that causes crashes
This commit is contained in:
parent
9e2241a940
commit
02424240a0
1 changed files with 2 additions and 2 deletions
|
@ -3038,8 +3038,8 @@ void RsGenExchange::processRecvdMessages()
|
|||
|
||||
if(vit == mMsgPendingValidate.end())
|
||||
mMsgPendingValidate.push_back(GxsPendingItem<RsNxsMsg*, RsGxsGrpMsgIdPair>(msg, id,time(NULL)));
|
||||
else
|
||||
delete msg ;
|
||||
// else
|
||||
// delete msg ;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue