summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsr55 <[email protected]>2010-11-11 14:17:57 +0000
committersr55 <[email protected]>2010-11-11 14:17:57 +0000
commit55928e27ebf6399c6858d2a95a3701b3dbba2e47 (patch)
tree1a8110ba2d73cd77e9f32f4d395e92346125067a
parent7943612c617b56c5932255c4ab3e0dc5b1cde33c (diff)
WinGui:
- Fix the build. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3674 b64f7644-9d1e-0410-96f1-a4d463321fa5
-rw-r--r--win/C#/HandBrake.ApplicationServices/Services/Encode.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/win/C#/HandBrake.ApplicationServices/Services/Encode.cs b/win/C#/HandBrake.ApplicationServices/Services/Encode.cs
index 5e7527118..fc620ac0d 100644
--- a/win/C#/HandBrake.ApplicationServices/Services/Encode.cs
+++ b/win/C#/HandBrake.ApplicationServices/Services/Encode.cs
@@ -244,7 +244,6 @@ namespace HandBrake.ApplicationServices.Services
{
if (this.HbProcess != null && !this.HbProcess.HasExited)
{
- processKilled = true;
this.HbProcess.Kill();
}
}