MCPcopy Create free account
hub / github.com/OpenSIPS/opensips / free_rte_list

Function free_rte_list

modules/tm/t_msgbuilder.c:275–284  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

273
274
275static inline void free_rte_list(struct rte* list)
276{
277 struct rte* ptr;
278
279 while(list) {
280 ptr = list;
281 list = list->next;
282 pkg_free(ptr);
283 }
284}
285
286
287static inline int process_routeset(struct sip_msg* msg, str* contact, struct rte** list, str* ruri, str* next_hop)

Callers 2

process_routesetFunction · 0.85
build_dlg_ackFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected