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

Function dm_free_sync_msg

modules/aaa_diameter/aaa_diameter.c:487–492  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

485}
486
487static void dm_free_sync_msg(struct dm_async_msg *amsg)
488{
489 if (amsg->cond)
490 dm_cond_unref(amsg->cond);
491 pkg_free(amsg);
492}
493
494static int dm_send_request_async_reply(int fd,
495 struct sip_msg *msg, void *param)

Callers 2

Calls 1

dm_cond_unrefFunction · 0.85

Tested by

no test coverage detected