diff --git a/src/switch_rtp.c b/src/switch_rtp.c index 311be3b2de..d3a06fa793 100644 --- a/src/switch_rtp.c +++ b/src/switch_rtp.c @@ -2316,6 +2316,7 @@ static int rtp_common_read(switch_rtp_t *rtp_session, switch_payload_t *payload_ } + switch_core_session_rwunlock(other_session); } }