### Description
tr_init_buffers() does malloc 512kb and this memory is never freed
https://github.com/kamailio/kamailio/blob/master/src/modules/pv/pv_trans.c#L...
Compare with kazoo which does have `kz_tr_clear_buffers()` https://github.com/kamailio/kamailio/blob/master/src/modules/kazoo/kz_trans....
Nothing like that in the pv mod.