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

Function mi_script_async_job_free

modules/mi_script/mi_script.c:579–584  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

577};
578
579static void mi_script_async_job_free(struct mi_script_async_job *job)
580{
581 if (job->msg.s)
582 shm_free(job->msg.s);
583 shm_free(job);
584}
585
586static void mi_script_async_resume_job(int sender, void *param)
587{

Callers 3

mi_script_async_jobFunction · 0.85
mi_script_async_resumeFunction · 0.85

Calls 1

shm_freeFunction · 0.85

Tested by

no test coverage detected