Skip to content

Fix Memory Leak In vtkCleanUnstructuredGridCells

  • The vtkIdList instance cellPoints was not deleted in the absence of duplicate cells.
  • This commit changes the code to use vtkNew instead.

Merge request reports