mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-13 07:45:26 +00:00
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_callback = outgoing_default_cb;
|
||||
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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user