]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/Image.cxx
Almost there...
[cpPlugins.git] / lib / cpPlugins / Image.cxx
index b3ff5d2976eeea96a786ceb7546b2afb4db2579e..4d9cbd83f1bb43c79f3ddffd8d8331fd54935c62 100644 (file)
@@ -54,7 +54,7 @@ _CreateVTKActor( ) const
     mapper->SetInputData( image );
     actor->SetMapper( mapper );
     this->m_Actor = actor;
-    // TODO: mapper->Delete( );
+    mapper->Delete( );
 
   } // fi
 }