diff --git a/src/Insight/InsightWorker/InsightWorker.cpp b/src/Insight/InsightWorker/InsightWorker.cpp index e11a4bc5..d84b3249 100644 --- a/src/Insight/InsightWorker/InsightWorker.cpp +++ b/src/Insight/InsightWorker/InsightWorker.cpp @@ -81,7 +81,6 @@ namespace Bloom while ((queuedTask = getQueuedTask())) { auto& task = *queuedTask; task->moveToThread(this->thread()); - task->setParent(this); task->execute(this->targetControllerService); {