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

Function free_mc_compact_args

modules/compression/compression_helpers.c:294–303  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

292}
293
294int free_mc_compact_args(struct mc_compact_args* args)
295{
296 if (args) {
297 if (args->wh_list)
298 free_whitelist(args->wh_list);
299 pkg_free(args);
300 }
301
302 return 0;
303}
304
305int fixup_compression_flags_free(void **param)
306{

Callers 3

wrap_tm_funcFunction · 0.85
wrap_msg_funcFunction · 0.85
mc_compactFunction · 0.85

Calls 1

free_whitelistFunction · 0.85

Tested by

no test coverage detected