Skip to content

vtkCellTypes: internals become vtkSmartPointer

Yohann Bearzi (Kitware) requested to merge yohann.bearzi/vtk:slice-crash into master

vtkCellTypes::Allocate was doing some weird pointer reference handling. It was crashing because a call to UnRegister in some circumstances (see paraview/paraview#21059 (closed)). Internal pointers are now handled through the smart pointers API.

Adresses paraview/paraview#21059 (closed)

Edited by Yohann Bearzi (Kitware)

Merge request reports