From a74f728a60d8da33952e2b659b384ff2ea03a04e Mon Sep 17 00:00:00 2001 From: asl Date: Fri, 1 Feb 2008 13:59:21 +0000 Subject: [PATCH] PAL18589: crash on close application is fixed --- src/Session/SALOME_Session_Server.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Session/SALOME_Session_Server.cxx b/src/Session/SALOME_Session_Server.cxx index 59893a5af..abb121c15 100755 --- a/src/Session/SALOME_Session_Server.cxx +++ b/src/Session/SALOME_Session_Server.cxx @@ -611,7 +611,6 @@ int main( int argc, char **argv ) result = _qappl.exec(); - delete splash; splash = 0; if ( result == SUIT_Session::NORMAL ) { // desktop is closed by user from GUI -- 2.39.2