vtkDebugLeaks detected some class I didn't use

I used QVTKwidget to show some 3d model and when I closed the application window, the error window showed up.

Well, you have leaks in your code :slight_smile:

You may not have used all those classes directly in your code, but you likely used one that used the others. Or QVTKWidget did.