Fixed InsightWorkerTask double-delete bug

This commit is contained in:
Nav
2023-03-14 20:46:04 +00:00
parent 4895b2c919
commit 65f588de7f

View File

@@ -81,7 +81,6 @@ namespace Bloom
while ((queuedTask = getQueuedTask())) {
auto& task = *queuedTask;
task->moveToThread(this->thread());
task->setParent(this);
task->execute(this->targetControllerService);
{