From: Anthony GEAY Date: Sun, 21 Feb 2021 21:56:38 +0000 (+0100) Subject: TODO : DO NOT FORGET TO FIX IT X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=1d362882544d167327778216e01b0b288c83b4fc;p=modules%2Fgui.git TODO : DO NOT FORGET TO FIX IT --- diff --git a/src/STD/STD_Application.cxx b/src/STD/STD_Application.cxx index 4a391e348..fab945969 100644 --- a/src/STD/STD_Application.cxx +++ b/src/STD/STD_Application.cxx @@ -114,7 +114,7 @@ void STD_Application::closeApplication() study->closeDocument(); emit appClosed(); setActiveStudy( 0 ); - delete study; + //delete study; afterCloseDoc(); }