diff options
Diffstat (limited to 'lib/components/file_eraser.cpp')
| -rw-r--r-- | lib/components/file_eraser.cpp | 1 |
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() |
