]> SALOME platform Git repositories - modules/paravis.git/commitdiff
Salome HOME
The last memory leak hunting. All tests do not leak.
authorgeay <anthony.geay@cea.fr>
Fri, 18 Apr 2014 13:15:36 +0000 (15:15 +0200)
committergeay <anthony.geay@cea.fr>
Fri, 18 Apr 2014 13:15:36 +0000 (15:15 +0200)
src/Plugins/MEDReader/IO/vtkExtractCellType.cxx

index cb2c713b2cce0f415e45cd6e070861ee656b43dc..de68490db686357433b845fcb56872c283f7bb68 100644 (file)
@@ -264,6 +264,8 @@ vtkExtractCellType::vtkExtractCellType():SIL(NULL),Internal(new vtkExtractCellTy
 
 vtkExtractCellType::~vtkExtractCellType()
 {
+  if(this->SIL)
+    this->SIL->Delete();
   delete this->Internal;
 }