diff options
Diffstat (limited to 'Ivy/Ivy.cxx')
-rw-r--r-- | Ivy/Ivy.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Ivy/Ivy.cxx b/Ivy/Ivy.cxx index 6284c0c..561031c 100644 --- a/Ivy/Ivy.cxx +++ b/Ivy/Ivy.cxx @@ -44,7 +44,7 @@ Ivy::~Ivy() // if ( application_callback ) delete application_callback;
delete watcher;
- server->Close();
+// server->Close();
delete server;
if ( synchronous )
{
|