提交 351b1503 authored 作者: Mathieu Rene's avatar Mathieu Rene

move rwunlock where it makes sense

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13129 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 5770dbeb
......@@ -2838,8 +2838,8 @@ void *SWITCH_THREAD_FUNC media_on_hold_thread_run(switch_thread_t *thread, void
}
sofia_glue_toggle_hold(tech_pvt, 1);
switch_core_session_rwunlock(other_session);
}
switch_core_session_rwunlock(other_session);
}
switch_core_session_rwunlock(session);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论