Skip to content
Snippets Groups Projects
Commit dd323e54 authored by David Gobbi's avatar David Gobbi
Browse files

Fix reference loops involving vtkCutter's helpers

The vtkCutter has several member algorithms that it delegates to.
Since vtkCutter holds references to these other algorithms (rather
than just creating them temporarily during execution), and since
they share the vtkCutter's input, they can result in reference
loops via the pipeline.  Therefore they must be reported to the
garbage collector.
parent 164aff33
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment