Skip to content

Prevent vtkDebugLeaks from polluting process output if no leaks are found

When VTK was built with VTK_DEBUG_LEAKS enabled then always printed "vtkDebugLeaks has found no leaks." message on the process error output when everything was fine, which broke features that relied on passing information via process outputs.

This informational message printing is now removed from vtkDebugLeaks and it is up to the application to print such message if it is necessary.

Merge request reports