aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb/frontend.cpp
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-04-13 09:46:13 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-04-13 09:46:13 +0000
commit2617e24d65b8e2c460aa53050166afcad41d05c2 (patch)
tree7fd75be70d4bb1df610796955c0eca1471824d7a /lib/dvb/frontend.cpp
parentaafb5f9d5033791451ee9dc215e0825b950b209b (diff)
downloadenigma2-2617e24d65b8e2c460aa53050166afcad41d05c2.tar.gz
enigma2-2617e24d65b8e2c460aa53050166afcad41d05c2.zip
stop tuneLoop when the frontend is no more used
Diffstat (limited to 'lib/dvb/frontend.cpp')
-rw-r--r--lib/dvb/frontend.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/dvb/frontend.cpp b/lib/dvb/frontend.cpp
index eba474e8..e84e3924 100644
--- a/lib/dvb/frontend.cpp
+++ b/lib/dvb/frontend.cpp
@@ -422,6 +422,7 @@ int eDVBFrontend::closeFrontend()
if (m_fd >= 0)
{
eDebug("close frontend %d", m_fe);
+ m_tuneTimer->stop();
setTone(iDVBFrontend::toneOff);
setVoltage(iDVBFrontend::voltageOff);
::close(m_fd);