[vtkusers] vtkBorlandRenderWindow bug?

Leonardo Soto leonardosoto at ieee.org
Mon Apr 14 21:06:20 EDT 2003


Hello VTK developers

    I've been using the vtkBorlandRenderWindow and everything goes fine if I
add no object to the renderer of the component, but if I do so then it
crashes when I close the application. The exception is raised at:

 DummyCritSect.Lock();    // vtkPolyData::~vtkPolyData()

If I destroy the component before the form is closed (on the OnFormClose
event) then there is no exception but there are some resource leaks.

What can I do to get it right?

Thanks,
                Leo





More information about the vtkusers mailing list