Avoid double processing of thumb when adding pic to queue, Issue 1803

This commit is contained in:
Ingo
2013-10-28 16:29:17 +01:00
parent 2ddc43ad76
commit 255333a223

View File

@@ -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) {