diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-05-30 20:08:39 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-05-30 20:08:39 +0100 |
| commit | 9b98a07cb61fd66fd73f9f58468100ec9b7eddd3 (patch) | |
| tree | bb04cfeae771bf571dc919bca0fdf8d10fb0d560 /src/lib/transcode_job.h | |
| parent | fd7cf313b4d809bde22b5189e1ab22c5edbd8f8f (diff) | |
Destory TranscodeJob earlier, hopefully to fix #1570.
Diffstat (limited to 'src/lib/transcode_job.h')
| -rw-r--r-- | src/lib/transcode_job.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 <cth@carlh.net> + Copyright (C) 2012-2019 Carl Hetherington <cth@carlh.net> This file is part of DCP-o-matic. @@ -34,6 +34,7 @@ class TranscodeJob : public Job { public: explicit TranscodeJob (boost::shared_ptr<const Film> film); + ~TranscodeJob (); std::string name () const; std::string json_name () const; |
