From 2cea5dd30f4e41f500a8cae4cd4db597da32aa34 Mon Sep 17 00:00:00 2001 From: Alessandro Toppi Date: Wed, 20 Mar 2024 10:46:43 +0100 Subject: [PATCH] Remove extra reference to remote publisher (fixes #3345) --- src/plugins/janus_videoroom.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/plugins/janus_videoroom.c b/src/plugins/janus_videoroom.c index daa1e28ffd..217fee7bde 100644 --- a/src/plugins/janus_videoroom.c +++ b/src/plugins/janus_videoroom.c @@ -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); } }