]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
fix missing line
authorAnthony Minessale <anthm@freeswitch.org>
Tue, 23 Oct 2012 15:05:39 +0000 (11:05 -0400)
committerAnthony Minessale <anthm@freeswitch.org>
Tue, 23 Oct 2012 15:06:15 +0000 (11:06 -0400)
src/switch_ivr.c

index b8fd0923e3638ebc8beed2228e13b3d0726d4f54..df5af6239187eaddd9fb2eadbf52b2bb69489b9f 100644 (file)
@@ -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);
        }