fixed double deletion problem causing crashes

This commit is contained in:
csoler 2018-01-07 22:36:38 +01:00
parent b42b8e3a51
commit 89c538deb1

View file

@ -3220,7 +3220,6 @@ void RsGenExchange::performUpdateValidation()
gu.newGrp = NULL ; gu.newGrp = NULL ;
} }
delete gu.oldGrpMeta;
gu.oldGrpMeta = NULL ; gu.oldGrpMeta = NULL ;
} }
// notify the client // notify the client