Enforce a minimum DCP length of 1 second.
[dcpomatic.git] / src / lib / send_kdm_email_job.cc
index 38484b91e15500333184422541b45c77e763c396..1b476fa63e7312a1ea67710a45e2fc0a6c88b384 100644 (file)
@@ -53,6 +53,11 @@ SendKDMEmailJob::SendKDMEmailJob (
 
 }
 
+SendKDMEmailJob::~SendKDMEmailJob ()
+{
+       stop_thread ();
+}
+
 string
 SendKDMEmailJob::name () const
 {