OSDN Git Service

WinGui:
[handbrake-jp/handbrake-jp-git.git] / win / C# / frmActivityWindow.cs
index 78c7927..c09ceb3 100644 (file)
@@ -13,7 +13,8 @@ namespace Handbrake
     using System.Threading;\r
     using System.Windows.Forms;\r
 \r
-    using HandBrake.ApplicationServices.Services;\r
+    using HandBrake.Framework.Services;\r
+    using HandBrake.Framework.Services.Interfaces;\r
     using HandBrake.ApplicationServices.Services.Interfaces;\r
 \r
     using Model;\r
@@ -272,6 +273,7 @@ namespace Handbrake
             }\r
             catch (Exception exc)\r
             {\r
+                windowTimer.Dispose();\r
                 errorService.ShowError("GetLog() Error", exc.ToString());\r
             }\r
 \r