X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Frecordgui.C;h=64e2984f805d515f81de3475deb7dbdacd4c418b;hb=6616b3b82fdbc586f5da00bf772e45d8ada3b464;hp=be290b3ee2362bf1c6989f01544376fae78f6991;hpb=30bdb85eb33a8ee7ba675038a86c6be59c43d7bd;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/recordgui.C b/cinelerra-5.1/cinelerra/recordgui.C index be290b3e..64e2984f 100644 --- a/cinelerra-5.1/cinelerra/recordgui.C +++ b/cinelerra-5.1/cinelerra/recordgui.C @@ -1044,8 +1044,8 @@ EndRecordThread::~EndRecordThread() window->lock_window("EndRecordThread::~EndRecordThread"); window->set_done(1); window->unlock_window(); - Thread::join(); } + Thread::join(); } void EndRecordThread::start(int is_ok) @@ -1081,8 +1081,8 @@ RecordStartoverThread::~RecordStartoverThread() window->lock_window("RecordStartoverThread::~RecordStartoverThread"); window->set_done(1); window->unlock_window(); - Thread::join(); } + Thread::join(); } void RecordStartoverThread::run() @@ -1382,8 +1382,8 @@ RecordStatusThread::~RecordStatusThread() { done = 1; input_lock->unlock(); - Thread::join(); } + Thread::join(); } void RecordStatusThread::reset_video() @@ -1537,8 +1537,8 @@ RecordGUIFlash:: done = 1; flash_lock->unlock(); Thread::cancel(); - Thread::join(); } + Thread::join(); delete flash_lock; }