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