fix seg in sofia merged from upstream

This commit is contained in:
Anthony Minessale 2011-02-18 18:50:50 -06:00
parent 1bfd6644ea
commit e4bff56765
1 changed files with 0 additions and 4 deletions

View File

@ -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.