From ac8907d98dddb7db4dd0f99e6ffd5e01e06080b0 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) --- Bus/Ivy/Ivy.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'Bus/Ivy/Ivy.cxx') diff --git a/Bus/Ivy/Ivy.cxx b/Bus/Ivy/Ivy.cxx index a6757c2..e5b11ea 100644 --- a/Bus/Ivy/Ivy.cxx +++ b/Bus/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