From: rnv Date: Tue, 5 Jul 2011 13:16:10 +0000 (+0000) Subject: Porting SALOME 6.3.1 on windows platform. X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=refs%2Fheads%2FV6_3_1_WIN;p=modules%2Fgui.git Porting SALOME 6.3.1 on windows platform. --- diff --git a/src/SVTK/SVTK_ViewWindow.cxx b/src/SVTK/SVTK_ViewWindow.cxx index ba161cb34..dab457576 100755 --- a/src/SVTK/SVTK_ViewWindow.cxx +++ b/src/SVTK/SVTK_ViewWindow.cxx @@ -240,6 +240,7 @@ void SVTK_ViewWindow::Initialize(SVTK_View* theView, SVTK_ViewWindow::~SVTK_ViewWindow() { myRecorder->Delete(); + myAxesWidget->Delete(); }