From b024dc7df702b3beddf23d815a96501161bad13c Mon Sep 17 00:00:00 2001 From: fcolin Date: Sun, 18 Mar 2012 17:30:20 +0000 Subject: Dispose rules detected by VS2011 --- IvyControl/IvyControl.cs | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.1