From: Anthony Minessale Date: Tue, 4 May 2010 17:30:19 +0000 (-0500) Subject: add missing rwunlock in rtcp passthru mode X-Git-Tag: git2svn-syncpoint-master~114 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce910093dd183d7dfe9719634126f1296c98ac74;p=thirdparty%2Ffreeswitch.git add missing rwunlock in rtcp passthru mode --- 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); } }