From 9b98a07cb61fd66fd73f9f58468100ec9b7eddd3 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 30 May 2019 20:08:39 +0100 Subject: Destory TranscodeJob earlier, hopefully to fix #1570. --- src/lib/transcode_job.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/lib/transcode_job.h') diff --git a/src/lib/transcode_job.h b/src/lib/transcode_job.h index 9dd9e3684..8240977b9 100644 --- a/src/lib/transcode_job.h +++ b/src/lib/transcode_job.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2012-2015 Carl Hetherington + Copyright (C) 2012-2019 Carl Hetherington This file is part of DCP-o-matic. @@ -34,6 +34,7 @@ class TranscodeJob : public Job { public: explicit TranscodeJob (boost::shared_ptr film); + ~TranscodeJob (); std::string name () const; std::string json_name () const; -- cgit v1.2.3