Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
SAT>IP client: fix the timer race
  • Loading branch information
perexg committed Dec 16, 2015
1 parent eb2976d commit c50d70e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/input/mpegts/satip/satip_frontend.c
Expand Up @@ -1687,9 +1687,6 @@ satip_frontend_input_thread ( void *aux )
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;
Expand Down

3 comments on commit c50d70e

@ksooo
Copy link
Contributor

@ksooo ksooo commented on c50d70e Dec 16, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you please backport this to 4.0.x?

@perexg
Copy link
Contributor Author

@perexg perexg commented on c50d70e Dec 16, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

@ksooo
Copy link
Contributor

@ksooo ksooo commented on c50d70e Dec 16, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thx, Jaroslav.

Please sign in to comment.