Skip to content

Commit

Permalink
Remove extra reference to remote publisher (fixes #3345) (#3346)
Browse files Browse the repository at this point in the history
  • Loading branch information
atoppi committed Mar 25, 2024
1 parent 0f32c32 commit 85f781d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/plugins/janus_videoroom.c
Expand Up @@ -13015,7 +13015,6 @@ static void *janus_videoroom_remote_publisher_thread(void *user_data) {
}
}
/* Now handle the packet as if coming from a regular publisher */
janus_refcount_increase_nodebug(&publisher->ref);
janus_videoroom_incoming_rtp_internal(publisher->session, publisher, &pkt);
}
}
Expand Down

0 comments on commit 85f781d

Please sign in to comment.