diff --git a/rtgui/bqentryupdater.cc b/rtgui/bqentryupdater.cc index 61c430d52..95a9be7ca 100644 --- a/rtgui/bqentryupdater.cc +++ b/rtgui/bqentryupdater.cc @@ -87,7 +87,8 @@ void BatchQueueEntryUpdater::processThread () { jqueue.pop_front (); } qMutex->unlock (); - + if(isEmpty) + break; rtengine::IImage8* img = NULL; bool newBuffer = false; if (current.thumbnail && current.pparams) {