Skip to content

Commit 51fe38a

Browse files
spscreamAlexander Malaev
and
Alexander Malaev
authored
Fix deadlock on janus_videoroom_rtp_forwarder_rtcp_receive (#3469)
Co-authored-by: Alexander Malaev <amalaev@ccsteam.ru>
1 parent 47f8f4d commit 51fe38a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/plugins/janus_videoroom.c

+1
Original file line numberDiff line numberDiff line change
@@ -13271,6 +13271,7 @@ static void janus_videoroom_rtp_forwarder_rtcp_receive(janus_rtp_forwarder *rf,
1327113271
janus_mutex_lock(&p->rtp_forwarders_mutex);
1327213272
if(g_hash_table_size(p->rtp_forwarders) == 0) {
1327313273
janus_mutex_unlock(&p->rtp_forwarders_mutex);
13274+
janus_mutex_unlock(&p->streams_mutex);
1327413275
return;
1327513276
}
1327613277
gboolean found = FALSE;

0 commit comments

Comments
 (0)