What if this fixes that crash (#20)
This commit is contained in:
parent
58d2e35757
commit
e0ee91d4a3
@ -20,7 +20,7 @@ void Worker::queue(WorkerContext *context) {
|
||||
c->consumer = context->consumer;
|
||||
c->targetFormat = context->targetFormat;
|
||||
c->underlyingThing = context;
|
||||
inst->qqueue.enqueue(c);
|
||||
inst->qqueue.enqueue(std::move(c));
|
||||
}
|
||||
|
||||
void Worker::init() {
|
||||
|
Loading…
Reference in New Issue
Block a user