[vtkusers] 3 memory leaks of 400 bytes in vtkVRMLImporter.cxx

Jean-Paul Retru jpretru at socabim.fr
Fri Sep 28 09:39:01 EDT 2001


Hi,
I'm using VTK under Windows 2000 and I'd compiled my VTK 3.2 library
with Visual Studio 6.0.
I'm using BoundsChecker to validate my application and I've 3 memory
leaks of 400 bytes in vtkVRMLImporter.cxx:

VectorType<FieldRec*> currentField;
VectorType<VrmlNodeType*> VrmlNodeType::typeList;
VectorType<vtkVRMLUseStruct *> useList;

I think that the constructor and the destructor of VectorType don't call
the constructor and the destructor of the targets (FieldRec,
VrmlNodeType, vtkVRMLUseStruct).

Jean-Paul RETRU
jpretru at socabim.fr
SOCABIM
9 bis, Villa du Bel-Air
75012 PARIS
FRANCE
Tel.: (+33) 1 43 44 72 73
Fax.: (+33) 1 43 45 93 08




More information about the vtkusers mailing list