summaryrefslogtreecommitdiff
path: root/src/lib/upload_job.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-03-06 20:59:58 +0000
committerCarl Hetherington <cth@carlh.net>2020-03-06 20:59:58 +0000
commite03d6f9bc6af9dfa8602c82cc52040a92144deaf (patch)
tree3ca44d6b77f8e9184063d7cd29d849b1f7b290c3 /src/lib/upload_job.h
parentb93430a73313d705f7f51315db705cfcf9942297 (diff)
Destroy Job threads at the start of the subclass destructors,
so that the thread is gone before the object is torn down.
Diffstat (limited to 'src/lib/upload_job.h')
-rw-r--r--src/lib/upload_job.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/upload_job.h b/src/lib/upload_job.h
index 407094ab8..3a613fd72 100644
--- a/src/lib/upload_job.h
+++ b/src/lib/upload_job.h
@@ -28,6 +28,7 @@ class UploadJob : public Job
{
public:
explicit UploadJob (boost::shared_ptr<const Film>);
+ ~UploadJob ();
std::string name () const;
std::string json_name () const;