From bf00add6cf09af7878e33b206834cad7b3293208 Mon Sep 17 00:00:00 2001 From: mtn Date: Mon, 7 Oct 2013 11:14:22 +0000 Subject: [PATCH] Bug with close empty application was fixed --- src/SUIT/SUIT_Session.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SUIT/SUIT_Session.cxx b/src/SUIT/SUIT_Session.cxx index c190b1b91..dc338a8b2 100755 --- a/src/SUIT/SUIT_Session.cxx +++ b/src/SUIT/SUIT_Session.cxx @@ -289,8 +289,8 @@ void SUIT_Session::closeSession( int mode, int flags ) if( study->isModified() ){ myExitStatus = FORCED; } - app->closeApplication(); } + app->closeApplication(); } myExitFlags = flags; -- 2.39.2