Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSIPS/opensips
/ destroy_cb_list
Function
destroy_cb_list
script_cb.c:140–149 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
138
139
140
static inline void destroy_cb_list(struct script_cb **list)
141
{
142
struct script_cb *foo;
143
144
while( *list ) {
145
foo = *list;
146
*list = (*list)->next;
147
pkg_free( foo );
148
}
149
}
150
151
152
void destroy_script_cb(void)
Callers
1
destroy_script_cb
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected