Crash when stopping output queue, fixes #4882

This commit is contained in:
heckflosse
2018-10-22 17:37:03 +02:00
parent 18f812d96a
commit 1a42d396de

View File

@@ -322,7 +322,7 @@ void BatchQueuePanel::addBatchQueueJobs(const std::vector<BatchQueueEntry*>& ent
bool BatchQueuePanel::canStartNext ()
{
GThreadLock lock;
if (qStartStop->get_active()) {
return true;
} else {