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

Function destroy_tmcb_lists

modules/tm/t_hooks.c:83–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81
82
83void destroy_tmcb_lists(void)
84{
85 if (!new_tran_tmcb_hl) {
86 empty_tmcb_list(new_tran_tmcb_hl);
87 shm_free(new_tran_tmcb_hl);
88 }
89}
90
91
92int insert_tmcb(struct tmcb_head_list *cb_list, int types,

Callers 1

tm_shutdownFunction · 0.85

Calls 2

empty_tmcb_listFunction · 0.85
shm_freeFunction · 0.85

Tested by

no test coverage detected