X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.0%2Fguicast%2Fbcdialog.C;h=5297ba02722684bd8b7ea86da984eb6e4216feac;hb=15359610833cd03c44fe47f5d002e643103610ec;hp=b3501477c89bce374dcf01647147ceca1aff96fc;hpb=8ca6d1b8ee0a3e687c57f76e793d1b1688a426f2;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.0/guicast/bcdialog.C b/cinelerra-5.0/guicast/bcdialog.C index b3501477..5297ba02 100644 --- a/cinelerra-5.0/guicast/bcdialog.C +++ b/cinelerra-5.0/guicast/bcdialog.C @@ -46,8 +46,6 @@ BC_DialogThread::~BC_DialogThread() gui->unlock_window(); } startup_lock->unlock(); - cancel(); - join(); delete startup_lock; delete window_lock; @@ -149,6 +147,7 @@ void BC_DialogThread::close_window() gui->unlock_window(); } unlock_window(); + join(); }