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

Function free_to

parser/parse_to.c:82–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80
81
82void free_to(struct to_body* tb)
83{
84 if (tb) {
85 free_to( tb->next );
86 free_to_params(tb);
87 pkg_free(tb);
88 }
89}
90
91
92static inline char* parse_to_param(char *buffer, char *end,

Callers 3

tr_eval_nameaddrFunction · 0.85
_parse_toFunction · 0.85
clean_hdr_fieldFunction · 0.85

Calls 1

free_to_paramsFunction · 0.85

Tested by

no test coverage detected