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

Function free_transformation

transformations.c:3888–3899  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3886}
3887
3888void free_transformation(trans_t *t)
3889{
3890 trans_t *t0;
3891
3892 while(t)
3893 {
3894 t0 = t;
3895 t = t->next;
3896 free_tr_param(t0->params);
3897 pkg_free(t0);
3898 }
3899}
3900
3901void free_tr_param(tr_param_t *tp)
3902{

Callers 2

pv_elem_free_allFunction · 0.85
pv_spec_freeFunction · 0.85

Calls 1

free_tr_paramFunction · 0.85

Tested by

no test coverage detected