From 874c4878ab0f4e3a246b340c50dab8efda942280 Mon Sep 17 00:00:00 2001 From: vsr Date: Thu, 1 Jul 2010 13:52:38 +0000 Subject: [PATCH] IPAL21814: TC6.1.0: three fatal errors on close study --- src/OCCViewer/OCCViewer_ViewPort3d.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/OCCViewer/OCCViewer_ViewPort3d.cxx b/src/OCCViewer/OCCViewer_ViewPort3d.cxx index f59075989..4b2ebd62c 100755 --- a/src/OCCViewer/OCCViewer_ViewPort3d.cxx +++ b/src/OCCViewer/OCCViewer_ViewPort3d.cxx @@ -61,7 +61,8 @@ OCCViewer_ViewPort3d::OCCViewer_ViewPort3d( QWidget* parent, const Handle( V3d_V myAnimate( false ), myBusy( true ) { - selectVisualId(); + // VSR: 01/07/2010 commented to avoid SIGSEGV at SALOME exit + //selectVisualId(); if ( type == V3d_ORTHOGRAPHIC ) { myOrthoView = new V3d_OrthographicView( viewer ); -- 2.39.2