Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
SAT>IP server: fix broken locking (RTP)
  • Loading branch information
perexg committed Nov 30, 2015
1 parent 64eee81 commit 7d724e3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/satip/rtp.c
Expand Up @@ -553,7 +553,6 @@ void satip_rtp_close(void *id)
if (rtp) {
TAILQ_REMOVE(&satip_rtp_sessions, rtp, link);
sq = rtp->sq;
pthread_mutex_lock(rtp->tcp_lock);
pthread_mutex_lock(&sq->sq_mutex);
rtp->sq = NULL;
pthread_cond_signal(&sq->sq_cond);
Expand Down

0 comments on commit 7d724e3

Please sign in to comment.