diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-05-23 14:52:08 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-05-23 14:52:08 +0100 |
| commit | 666d0b238f32c0383068d3d8f3936f46c4e67a14 (patch) | |
| tree | 1a1a39893432d78008f2311df03e40d4477cd715 /src/lib/dcp_encoder.h | |
| parent | 9c262e6cc1cc7d365dc9f5a66162158e1623e4f2 (diff) | |
Try to stop crashes when tests are torn down.
Diffstat (limited to 'src/lib/dcp_encoder.h')
| -rw-r--r-- | src/lib/dcp_encoder.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/dcp_encoder.h b/src/lib/dcp_encoder.h index 387921972..d35b06184 100644 --- a/src/lib/dcp_encoder.h +++ b/src/lib/dcp_encoder.h @@ -36,6 +36,7 @@ class DCPEncoder : public Encoder { public: DCPEncoder (boost::shared_ptr<const Film> film, boost::weak_ptr<Job> job); + ~DCPEncoder (); void go (); |
