From d6f0086e8f5d5e75c11c591142f998906323cdec Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Wed, 16 Dec 2015 10:42:37 +0100 Subject: [PATCH] SAT>IP client: fix the timer race See: https://github.com/perexg/satip-axe/issues/36 --- src/input/mpegts/satip/satip_frontend.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/input/mpegts/satip/satip_frontend.c b/src/input/mpegts/satip/satip_frontend.c index cfb3e6044..ee0bd580a 100644 --- a/src/input/mpegts/satip/satip_frontend.c +++ b/src/input/mpegts/satip/satip_frontend.c @@ -1459,9 +1459,6 @@ new_tune: pthread_mutex_unlock(&lfe->sf_dvr_lock); } - /* Do not send the SMT_SIGNAL_STATUS packets - we are out of service */ - gtimer_disarm(&lfe->sf_monitor_timer); - sbuf_free(&sb); udp_multirecv_free(&um); -- 2.47.3