Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSIPS/opensips
/ shm_free_params
Function
shm_free_params
parser/parse_param.c:472–475 ·
view source on GitHub ↗
* Free linked list of parameters */
Source
from the content-addressed store, hash-verified
470
* Free linked list of parameters
471
*/
472
void shm_free_params(param_t* _p)
473
{
474
do_free_params(_p, 1);
475
}
476
477
478
/*
Callers
1
do_free_rr
Function · 0.85
Calls
1
do_free_params
Function · 0.85
Tested by
no test coverage detected