mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-25 23:49:35 -05:00
fixed double deletion problem causing crashes
This commit is contained in:
parent
b42b8e3a51
commit
89c538deb1
@ -3220,7 +3220,6 @@ void RsGenExchange::performUpdateValidation()
|
||||
gu.newGrp = NULL ;
|
||||
}
|
||||
|
||||
delete gu.oldGrpMeta;
|
||||
gu.oldGrpMeta = NULL ;
|
||||
}
|
||||
// notify the client
|
||||
|
Loading…
Reference in New Issue
Block a user