Skip to content

BUG #16744: Resources are not removed for a renderer removed from the window.

Dan Lipsa requested to merge danlipsa/vtk:remove-renderer-leak into master

A loop where the render window is kept around and everything in the pipeline is removed and added at the next iteration leaks memory, in OpenGL, linux. For the OpenGL2 backend same loop does not leak.

Merge request reports