summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Ivy/Ivy.cxx1
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();