]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
To fix a regressions with crash on destroying Gauss Points presentation
authorapo <apo@opencascade.com>
Fri, 1 Dec 2006 09:47:42 +0000 (09:47 +0000)
committerapo <apo@opencascade.com>
Fri, 1 Dec 2006 09:47:42 +0000 (09:47 +0000)
src/VISU_I/VISU_Prs3d_i.cc

index 795c4e26c63426f19f5361a0a5cc0ab247c111ec..2ac12b6cb4343fe9b770bfc0d80a8bbc496dabbc 100644 (file)
@@ -99,8 +99,6 @@ VISU::Prs3d_i
 {
   if(MYDEBUG) MESSAGE("Prs3d_i::~Prs3d_i - this = "<<this);
   myRemoveActorsFromRendererSignal();
-  if(IsPipeLineExists())
-    GetPipeLine()->Delete();
   if(myResult)
     myResult->Destroy();
 }