From caf67bef2611a911307267b20dbf3be89ffff71f Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 6 Mar 2020 22:36:16 +0100 Subject: Stop threads at the start of their object's destruction in all Job cases. --- src/lib/transcode_job.cc | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/lib/transcode_job.cc') diff --git a/src/lib/transcode_job.cc b/src/lib/transcode_job.cc index 7fe28d210..fb586b082 100644 --- a/src/lib/transcode_job.cc +++ b/src/lib/transcode_job.cc @@ -54,9 +54,6 @@ TranscodeJob::TranscodeJob (shared_ptr film) TranscodeJob::~TranscodeJob () { - /* We have to stop the job thread here as we're about to start tearing down - the Encoder, which is bad news if the job thread is still feeding it data. - */ stop_thread (); } -- cgit v1.2.3