X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fchanneledit.C;fp=cinelerra-5.1%2Fcinelerra%2Fchanneledit.C;h=d1f5603f4e1c1d109b20903ad1baf686bd7b62d4;hb=b353ad3a849cea55d23b01ae3cdc275b1e631b05;hp=6e02639ebc029618e7fdf88b216da86c6fb540c8;hpb=f804c9168ba1e5ab71de35ccdd26fc0ef8fed7c9;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/channeledit.C b/cinelerra-5.1/cinelerra/channeledit.C index 6e02639e..d1f5603f 100644 --- a/cinelerra-5.1/cinelerra/channeledit.C +++ b/cinelerra-5.1/cinelerra/channeledit.C @@ -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();