Skip to content
  • Utkarsh Ayachit's avatar
    Fixed BUG #12278 caused due to invalid memory accesses. · 80181b88
    Utkarsh Ayachit authored
    vtkDataSetAttributes was using a vector of vtkStdString*. It's error prone
    with copies passing about pointers incorrectly and forgetting to delete or
    accidentally deleting etc etc. Fixed that by using a pair of <bool,
    vtkStdString> instead.
    80181b88