提交 ba46088e authored 作者: Anthony Minessale's avatar Anthony Minessale

fix NULL deref in err condition

上级 44a99f14
......@@ -3778,8 +3778,9 @@ static switch_call_cause_t sofia_outgoing_channel(switch_core_session_t *session
if (nsession) {
switch_core_session_destroy(&nsession);
}
*pool = NULL;
if (pool) {
*pool = NULL;
}
done:
if (profile) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论