From 65f588de7ffd0b37955030294edfe674624b41c8 Mon Sep 17 00:00:00 2001 From: Nav Date: Tue, 14 Mar 2023 20:46:04 +0000 Subject: [PATCH] Fixed InsightWorkerTask double-delete bug --- src/Insight/InsightWorker/InsightWorker.cpp | 1 - 1 file changed, 1 deletion(-) 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); {