ResInsight
ResInsight copied to clipboard
Remove obsolete deleteChildren when destructing caf::PdmChildArrayField
In the destructor of caf::PdmChildArrayField we now delete the objects in the array. Many places we call deleteChildren
, but this is not requred.
Identify and remove deleteChildren from destructors of Rim object.s