OSDN Git Service

WinGui:
authorsr55 <sr55@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Sun, 12 Sep 2010 10:45:11 +0000 (10:45 +0000)
committersr55 <sr55@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Sun, 12 Sep 2010 10:45:11 +0000 (10:45 +0000)
- Also kill the log window timer to help with debugging.

git-svn-id: svn://localhost/HandBrake/trunk@3519 b64f7644-9d1e-0410-96f1-a4d463321fa5

win/C#/frmActivityWindow.cs

index 78c7927..6c0b4f2 100644 (file)
@@ -272,6 +272,7 @@ namespace Handbrake
             }\r
             catch (Exception exc)\r
             {\r
+                windowTimer.Dispose();\r
                 errorService.ShowError("GetLog() Error", exc.ToString());\r
             }\r
 \r