[vtk-developers] [VTK 0011901]: Memory leak in vtkPLYReader class

Mantis Bug Tracker mantis at public.kitware.com
Mon Feb 28 03:51:36 EST 2011


The following issue has been SUBMITTED. 
====================================================================== 
http://public.kitware.com/Bug/view.php?id=11901 
====================================================================== 
Reported By:                Petr Petrov
Assigned To:                
====================================================================== 
Project:                    VTK
Issue ID:                   11901
Category:                   (No Category)
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     new
====================================================================== 
Date Submitted:             2011-02-28 03:51 EST
Last Modified:              2011-02-28 03:51 EST
====================================================================== 
Summary:                    Memory leak in vtkPLYReader class
Description: 
I have created a small program which reads an arbitrary .ply file.

Also I have enable memory leak detection by using DebugCRT:

_CrtSetDbgFlag(_CRTDBG_ALLOC_MEM_DF | _CRTDBG_LEAK_CHECK_DF);

I put the above line in begin of main() function.

And I got a lot of memory leaks! Only for vtkPLYReader class!
It seems that another classes work fine!
====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2011-02-28 03:51 Petr Petrov    New Issue                                    
======================================================================




More information about the vtk-developers mailing list