[vtkusers] vtkDebugLeaks problems

David E DeMarle dave.demarle at kitware.com
Wed Jun 13 14:39:41 EDT 2012


The things that
main() {
//first line of program
vtkDebugLeaks::PrintCurrentLeaks();
...
reports are created by static initializers. Think of them as a base
level memory cost of linking against VTK.
They aren't leaks because they are Deleted() on shutdown automatically
for you. If they weren't you would get a message on shutdown letting
you know.

David E DeMarle
Kitware, Inc.
R&D Engineer
21 Corporate Drive
Clifton Park, NY 12065-8662
Phone: 518-881-4909


On Wed, Jun 13, 2012 at 2:08 AM, ysa0829 <ysa0829 at gmail.com> wrote:
> Hi Ahmad,
>
> You can try vtkQtDebugLeaksView class.
>
> http://paraview.org/Wiki/DebugLeaksView
>
> Anne.
>
> --
> View this message in context: http://vtk.1045678.n5.nabble.com/vtkDebugLeaks-problems-tp5594643p5713855.html
> Sent from the VTK - Users mailing list archive at Nabble.com.
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the VTK FAQ at: http://www.vtk.org/Wiki/VTK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers



More information about the vtkusers mailing list