Avoid double processing of thumb when adding pic to queue, Issue 1803
This commit is contained in:
@@ -87,7 +87,8 @@ void BatchQueueEntryUpdater::processThread () {
|
|||||||
jqueue.pop_front ();
|
jqueue.pop_front ();
|
||||||
}
|
}
|
||||||
qMutex->unlock ();
|
qMutex->unlock ();
|
||||||
|
if(isEmpty)
|
||||||
|
break;
|
||||||
rtengine::IImage8* img = NULL;
|
rtengine::IImage8* img = NULL;
|
||||||
bool newBuffer = false;
|
bool newBuffer = false;
|
||||||
if (current.thumbnail && current.pparams) {
|
if (current.thumbnail && current.pparams) {
|
||||||
|
Reference in New Issue
Block a user