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

Function free_shm_proxy

proxy.c:282–288  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

280
281
282void free_shm_proxy(struct proxy_l* p)
283{
284 if (p) {
285 free_shm_hostent(&p->host);
286 free_dns_res(p);
287 }
288}
289
290/* same as add_proxy, but it doesn't add the proxy to the list
291 * uses also SRV if possible & port==0 (quick hack)

Callers

nothing calls this directly

Calls 2

free_shm_hostentFunction · 0.85
free_dns_resFunction · 0.85

Tested by

no test coverage detected