X-Git-Url: http://git.cinelerra-gg.org/git/?p=goodguy%2Fhistory.git;a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fchanneledit.C;h=6e02639ebc029618e7fdf88b216da86c6fb540c8;hp=91b7c11b0f39b48067dc562aadd920f70c46c703;hb=3ec3a9cc6afc6561311686b3ec597ee3c1d80d6f;hpb=788dfe4aae1aef521caddcc68dec7369a996dce7 diff --git a/cinelerra-5.1/cinelerra/channeledit.C b/cinelerra-5.1/cinelerra/channeledit.C index 91b7c11b..6e02639e 100644 --- a/cinelerra-5.1/cinelerra/channeledit.C +++ b/cinelerra-5.1/cinelerra/channeledit.C @@ -765,8 +765,8 @@ void ScanThread::stop() if( !interrupt ) { // Cancel previous job interrupt = 1; - Thread::join(); } + Thread::join(); if( progress ) { progress->stop_progress(); delete progress; progress = 0;