Skip to content

Fix vtkHardwareSelector::Select() Python leak

David Gobbi requested to merge dgobbi/vtk:select-leak into master

This method returns a new instance of vtkSelection, therefore it needs a hint for Python to handle the reference count.

Closes #18239 (closed)

Merge request reports