diff --git a/ChangeLog b/ChangeLog index 82c9c67..599f664 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,7 @@ 0.6.0 ===== - 19-Aug-2006: - increased DNS cache + 05-Oct-2006_ - route_determine_nexthop(): don't remove header + 19-Aug-2006: - increased DNS cache 18-Jun-2006: - included RTCP support and a de-jitter feature (submitted by by Hans Carlos Hofmann) diff --git a/src/route_processing.c b/src/route_processing.c index 1296b74..a67ce27 100644 --- a/src/route_processing.c +++ b/src/route_processing.c @@ -400,10 +400,6 @@ int route_determine_nexthop(sip_ticket_t *ticket, } else { *port=SIP_PORT; } - - osip_list_remove(mymsg->routes, 0); - osip_route_free(route); - /* request->routes will be freed by osip_message_free() */ } return STS_SUCCESS;