From: mzn Date: Fri, 20 Apr 2007 14:02:33 +0000 (+0000) Subject: To avoid SIGSEGV on destructor calling. X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=dc7675bac6505034178e33868d3c929c292a10a2;p=modules%2Fgui.git To avoid SIGSEGV on destructor calling. --- diff --git a/src/QxGraph/QxGraph_ViewModel.cxx b/src/QxGraph/QxGraph_ViewModel.cxx index 166ceac33..df49f0829 100644 --- a/src/QxGraph/QxGraph_ViewModel.cxx +++ b/src/QxGraph/QxGraph_ViewModel.cxx @@ -41,7 +41,7 @@ QxGraph_Viewer::QxGraph_Viewer() { printf("Construct QxGraph_Viewer\n"); //myCanvases.setAutoDelete(true); - myCanvasViews.setAutoDelete(true); + //myCanvasViews.setAutoDelete(true); } /*!