add possibility to choose record location on timer creation and choose
[vuplus_dvbapp] / lib / components / file_eraser.cpp
index ea68eb4..eb9c82f 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()