diff options
Diffstat (limited to 'src/lib/check_content_change_job.cc')
| -rw-r--r-- | src/lib/check_content_change_job.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/check_content_change_job.cc b/src/lib/check_content_change_job.cc index fbeb695df..f2246270d 100644 --- a/src/lib/check_content_change_job.cc +++ b/src/lib/check_content_change_job.cc @@ -43,7 +43,7 @@ CheckContentChangeJob::CheckContentChangeJob (shared_ptr<const Film> film, share CheckContentChangeJob::~CheckContentChangeJob() { - destroy_thread (); + stop_thread (); } string |
