aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/components/file_eraser.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/components/file_eraser.cpp b/lib/components/file_eraser.cpp
index ea68eb44..eb9c82f3 100644
--- a/lib/components/file_eraser.cpp
+++ b/lib/components/file_eraser.cpp
@@ -29,6 +29,7 @@ eBackgroundFileEraser::~eBackgroundFileEraser()
messages.send(Message::quit);
if (instance==this)
instance=0;
+ kill(); // i dont understand why this is needed .. in ~eThread::eThread is a kill() to..
}
void eBackgroundFileEraser::thread()