diff options
author | fcolin | 2007-02-01 12:56:02 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 12:56:02 +0000 |
commit | b92f4c6128c14ad1c63a37a9d71cc2b0e42c056f (patch) | |
tree | be5f8843c2cecce256faf2d1d0da1b5045b08d1d | |
parent | 3b071ef64481621c5fdea7c0117ff88407b87269 (diff) | |
download | ivy-cplusplus-b92f4c6128c14ad1c63a37a9d71cc2b0e42c056f.zip ivy-cplusplus-b92f4c6128c14ad1c63a37a9d71cc2b0e42c056f.tar.gz ivy-cplusplus-b92f4c6128c14ad1c63a37a9d71cc2b0e42c056f.tar.bz2 ivy-cplusplus-b92f4c6128c14ad1c63a37a9d71cc2b0e42c056f.tar.xz |
Utilisateur : Fcolin Date : 25/11/02 Heure : 16:15 Archivé dans $/Bus/Ivy Commentaire: (vss 13)
-rw-r--r-- | Ivy/Ivy.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
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();
|