X-Git-Url: http://git.cinelerra-gg.org/git/?p=goodguy%2Fhistory.git;a=blobdiff_plain;f=cinelerra-5.1%2Fguicast%2Fbcsynchronous.C;h=54f5eec2c5ca500e675ef58fb150845abaf9effc;hp=35d4a1c1b03abe6c60c14f95c4edb8b6e43ca488;hb=b0adaf11e855fd84af935d879848467a957d6c67;hpb=b3ab80e6d0aff2c9971b7837d6bea590f78c3189 diff --git a/cinelerra-5.1/guicast/bcsynchronous.C b/cinelerra-5.1/guicast/bcsynchronous.C index 35d4a1c1..54f5eec2 100644 --- a/cinelerra-5.1/guicast/bcsynchronous.C +++ b/cinelerra-5.1/guicast/bcsynchronous.C @@ -119,8 +119,8 @@ BC_Synchronous::~BC_Synchronous() { if( running() ) { quit(); - join(); } + join(); commands.remove_all_objects(); delete lock_sync; delete next_command;