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

fix seg in sofia merged from upstream

上级 1bfd6644
...@@ -8665,10 +8665,6 @@ void outgoing_destroy(nta_outgoing_t *orq) ...@@ -8665,10 +8665,6 @@ void outgoing_destroy(nta_outgoing_t *orq)
orq->orq_destroyed = 1; orq->orq_destroyed = 1;
orq->orq_callback = outgoing_default_cb; orq->orq_callback = outgoing_default_cb;
orq->orq_magic = NULL; orq->orq_magic = NULL;
if (orq->orq_method != sip_method_invite &&
orq->orq_method != sip_method_ack)
outgoing_terminate(orq);
} }
/** @internal Outgoing transaction timer routine. /** @internal Outgoing transaction timer routine.
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论