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#L78

Compare with kazoo which does have kz_tr_clear_buffers()
https://github.com/kamailio/kamailio/blob/master/src/modules/kazoo/kz_trans.c#L105

Nothing like that in the pv mod.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.