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

Function del_pgw_list

modules/drouting/routing.c:775–782  ·  view source on GitHub ↗

FIXME FREE AVL HERE */

Source from the content-addressed store, hash-verified

773
774/* FIXME FREE AVL HERE */
775void
776del_pgw_list(
777 map_t pgw_tree
778 )
779{
780 map_destroy(pgw_tree,
781 (pgw_tree->flags & AVLMAP_PERSISTENT?rpm_free_w:shm_free_w));
782}
783
784/* FIXME FREE AVL HERE */
785void del_carriers_list(

Callers 1

free_rt_dataFunction · 0.85

Calls 1

map_destroyFunction · 0.85

Tested by

no test coverage detected