summaryrefslogtreecommitdiff
path: root/IvyControl/IvyControl.cs
diff options
context:
space:
mode:
Diffstat (limited to 'IvyControl/IvyControl.cs')
-rw-r--r--IvyControl/IvyControl.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/IvyControl/IvyControl.cs b/IvyControl/IvyControl.cs
index 47dfd8c..b7f8b9b 100644
--- a/IvyControl/IvyControl.cs
+++ b/IvyControl/IvyControl.cs
@@ -341,6 +341,7 @@ namespace IvyBus
if (disposing && ivy != null )
{
ivy.Stop();
+ ivy.Dispose();
}
}
finally