Skip to content
  • Berk Geveci's avatar
    BUG: Datasets should not call Initialize() in the destructor. Fixed. · 69c267bc
    Berk Geveci authored
    Initialize() calls Initialize() on data members such as PointData
    and CellData. This ends up modifying these objects. So, if I have
    a reference to a PointData and then I delete the containing DataSet,
    my PointData ends up being initialized. Instead Datasets should
    simply release their references to all of their data members.
    69c267bc