From b92f4c6128c14ad1c63a37a9d71cc2b0e42c056f Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 12:56:02 +0000 Subject: Utilisateur : Fcolin Date : 25/11/02 Heure : 16:15 Archivé dans $/Bus/Ivy Commentaire: (vss 13) --- Ivy/Ivy.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/Ivy/Ivy.cxx b/Ivy/Ivy.cxx index a6757c2..e5b11ea 100644 --- a/Ivy/Ivy.cxx +++ b/Ivy/Ivy.cxx @@ -122,6 +122,7 @@ void Ivy::stop() for ( iter = applications.begin() ; iter != applications.end() ; ++iter ) { IvyApplication *app = *iter; + app->Close(); delete app; } applications.clear(); -- cgit v1.1