fix for join strategy change
[goodguy/history.git] / cinelerra-5.1 / cinelerra / channeledit.C
index 6e02639ebc029618e7fdf88b216da86c6fb540c8..d1f5603f4e1c1d109b20903ad1baf686bd7b62d4 100644 (file)
@@ -762,10 +762,8 @@ ScanThread::~ScanThread()
 
 void ScanThread::stop()
 {
-       if( !interrupt ) {
 // Cancel previous job
-               interrupt = 1;
-       }
+       interrupt = 1;
        Thread::join();
        if( progress ) {
                progress->stop_progress();