From 75fbd0a2ca924482c81e65279c76cf9a7506626c Mon Sep 17 00:00:00 2001 From: sr55 Date: Sun, 16 Apr 2017 10:59:40 +0100 Subject: WinGui: Fix a possible exception when cancelling and rescanning a source that would cause it to never complete the second time. Fixes #671 --- win/CS/HandBrake.ApplicationServices/Interop/HandBrakeInstance.cs | 1 - 1 file changed, 1 deletion(-) (limited to 'win/CS/HandBrake.ApplicationServices/Interop/HandBrakeInstance.cs') diff --git a/win/CS/HandBrake.ApplicationServices/Interop/HandBrakeInstance.cs b/win/CS/HandBrake.ApplicationServices/Interop/HandBrakeInstance.cs index 861a5edaf..7114bab64 100644 --- a/win/CS/HandBrake.ApplicationServices/Interop/HandBrakeInstance.cs +++ b/win/CS/HandBrake.ApplicationServices/Interop/HandBrakeInstance.cs @@ -14,7 +14,6 @@ namespace HandBrake.ApplicationServices.Interop using System.Diagnostics; using System.Drawing; using System.Drawing.Imaging; - using System.IO; using System.Linq; using System.Runtime.ExceptionServices; using System.Runtime.InteropServices; -- cgit v1.2.3