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

Function tcp_path_destroy

modules/tcp_mgm/tcp_path.c:279–284  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

277
278
279void tcp_path_destroy(void)
280{
281 lock_destroy_rw(tcp_paths_lk);
282 shm_free(tcp_paths);
283 shm_free(tcp_paths_sz);
284}

Callers 1

mod_destroyFunction · 0.85

Calls 2

lock_destroy_rwFunction · 0.85
shm_freeFunction · 0.85

Tested by

no test coverage detected