]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
Bug IPAL21421 - TC5.1.3:SIGSEGV is shown after creation of scaled presentation ?Defor... V5_1_main_20091023
authorouv <ouv@opencascade.com>
Thu, 22 Oct 2009 09:23:41 +0000 (09:23 +0000)
committerouv <ouv@opencascade.com>
Thu, 22 Oct 2009 09:23:41 +0000 (09:23 +0000)
src/VISUGUI/VisuGUI.cxx

index 294e9b07c819663a52adf4fa1f335eda2a62a90b..34d3d0e213cd30667ecc0ad7a8432553c2372d2b 100644 (file)
@@ -198,6 +198,20 @@ VisuGUI
 VisuGUI
 ::~VisuGUI()
 {
+  if( myDisplayer ) {
+    delete myDisplayer;
+    myDisplayer = 0;
+  }
+
+  if( mySlider ) {
+    delete mySlider;
+    mySlider = 0;
+  }
+
+  if( mySweep ) {
+    delete mySweep;
+    mySweep = 0;
+  }
 }
 
 void