diff options
Diffstat (limited to 'Ivy/Ivy.cxx')
-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();
|