]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
TODO : DO NOT FORGET TO FIX IT
authorAnthony GEAY <anthony.geay@edf.fr>
Sun, 21 Feb 2021 21:56:38 +0000 (22:56 +0100)
committerAnthony GEAY <anthony.geay@edf.fr>
Sun, 21 Feb 2021 21:56:38 +0000 (22:56 +0100)
src/STD/STD_Application.cxx

index 4a391e3484dcdf2d274c7897b69d253477590b52..fab9459698bfd54b92d47dc554d7605960fc2e7e 100644 (file)
@@ -114,7 +114,7 @@ void STD_Application::closeApplication()
     study->closeDocument();
     emit appClosed();
     setActiveStudy( 0 );
-    delete study;
+    //delete study;
 
     afterCloseDoc();
   }