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.2.1~1298 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c50d70e398b49666bb67e7b486dc3c9aba8fadaf;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 62229ffe3..a9b6ba29c 100644 --- a/src/input/mpegts/satip/satip_frontend.c +++ b/src/input/mpegts/satip/satip_frontend.c @@ -1687,9 +1687,6 @@ wrdata: 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); lfe->sf_curmux = NULL;