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

Function w_mq_pv_free

modules/mqueue/mqueue_mod.c:231–235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

229}
230
231static int w_mq_pv_free(struct sip_msg *msg, str *mq)
232{
233 mq_pv_free(mq);
234 return 1;
235}
236
237int mq_param(modparam_t type, void *val)
238{

Callers

nothing calls this directly

Calls 1

mq_pv_freeFunction · 0.85

Tested by

no test coverage detected