]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
fix seg in sofia merged from upstream
authorAnthony Minessale <anthm@freeswitch.org>
Sat, 19 Feb 2011 00:50:50 +0000 (18:50 -0600)
committerAnthony Minessale <anthm@freeswitch.org>
Sat, 19 Feb 2011 00:50:50 +0000 (18:50 -0600)
libs/sofia-sip/libsofia-sip-ua/nta/nta.c

index f77cdd3afa66ad9101a3d8cf77b7276f5ec87682..13454c1a8efa679ac3c8cb944493da91e24ed965 100644 (file)
@@ -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.