From: Jaroslav Kysela Date: Wed, 16 Dec 2015 09:42:37 +0000 (+0100) Subject: SAT>IP client: fix the timer race X-Git-Tag: v4.0.8~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d6f0086e8f5d5e75c11c591142f998906323cdec;p=thirdparty%2Ftvheadend.git SAT>IP client: fix the timer race See: https://github.com/perexg/satip-axe/issues/36 --- 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);