Hello everyone, I have a rather generic question about vtkDebugLeaks. I build vtk 8.2 successfully with it on and was using it for quite some time now. The only report i ever got form vtkDebugLeaks is the following on exiting Qt programs where vtk is used:
vtkDebugLeaks has detected LEAKS!
Class "vtkObjectFactoryCollection" has 1 instance still around.
But this only happens sometimes, and not in a pattern which I could notice at all. Often I only get the message that no leaks were detected. Can somebody give me a hint where to look for a potential leak or does it sometimes happen, due to using the New() function for Objects?
Thanks in advance!