From: Anthony Minessale Date: Tue, 23 Oct 2012 15:05:39 +0000 (-0400) Subject: fix missing line X-Git-Tag: v1.3.0~12^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2246b84554b237ba3fc63157ad8679be70d043a6;p=thirdparty%2Ffreeswitch.git fix missing line --- diff --git a/src/switch_ivr.c b/src/switch_ivr.c index b8fd0923e3..df5af62391 100644 --- a/src/switch_ivr.c +++ b/src/switch_ivr.c @@ -1634,6 +1634,7 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_nomedia(const char *uuid, switch_medi } switch_channel_clear_flag(channel, CF_MEDIA_TRANS); + switch_core_session_rwunlock(session); }