after DECLARE_REF now all is private.. not public
[enigma2.git] / lib / components / file_eraser.cpp
index ea68eb44329bc893a8b3dbdd816ef18d1217b268..eb9c82f313e02e5e5ceb14e6e68d477ad9c98c7f 100644 (file)
@@ -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()