Skip to content

vtkFeatureEdges: reducing size of allocated `newLines` array

The allocation of newLines in vtkFeatureEdges::RequestData was too large. This commit reduces it so memory is not wasted

Fixes #18420 (closed)

Merge request reports