Memory leak occurs if I use vtkSmartPointer in sub-thread.

This problem is sollved.
I recompiled vtk libraries with changing the “VTK_SMP_IMPLEMENTION_TYPE” from OpenMP to sequential.
The memory leak stopped.