Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
83
void 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
92
int insert_tmcb(struct tmcb_head_list *cb_list, int types,
Callers
1
tm_shutdown
Function · 0.85
Calls
2
empty_tmcb_list
Function · 0.85
shm_free
Function · 0.85
Tested by
no test coverage detected