diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-12-31 16:16:01 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-12-31 16:16:01 +0000 |
| commit | 27c2b23624714a6191c43df2bdd89fd470b8117e (patch) | |
| tree | 1ce0b62941445056e48bfd8a913d2b7b7f9a3b15 | |
| parent | efa41fe76ddfee368009a914bc9b4bff54dee8ce (diff) | |
| download | enigma2-27c2b23624714a6191c43df2bdd89fd470b8117e.tar.gz enigma2-27c2b23624714a6191c43df2bdd89fd470b8117e.zip | |
fix for blocking file eraser on e2 shutdown
| -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() |
