add missing rwunlock in rtcp passthru mode

This commit is contained in:
Anthony Minessale 2010-05-04 12:30:19 -05:00 committed by Brian West
parent 468956e109
commit ce910093dd
1 changed files with 1 additions and 0 deletions

View File

@ -2316,6 +2316,7 @@ static int rtp_common_read(switch_rtp_t *rtp_session, switch_payload_t *payload_
}
switch_core_session_rwunlock(other_session);
}
}