fix seg in sofia merged from upstream
This commit is contained in:
parent
1bfd6644ea
commit
e4bff56765
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue