]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
SAT>IP client: fix the timer race
authorJaroslav Kysela <perex@perex.cz>
Wed, 16 Dec 2015 09:42:37 +0000 (10:42 +0100)
committerJaroslav Kysela <perex@perex.cz>
Wed, 16 Dec 2015 09:42:39 +0000 (10:42 +0100)
See: https://github.com/perexg/satip-axe/issues/36

src/input/mpegts/satip/satip_frontend.c

index 62229ffe36390243ae93d91cfcb60429b8ce3a5d..a9b6ba29cee01308948347f48c3fb4847e34322a 100644 (file)
@@ -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;