ivanuschak left a comment (kamailio/kamailio#4258)
@miconda please take a look at the configuration in [this
issue](https://github.com/kamailio/kamailio/issues/4257).
Yes avp is allocated within `allow_address` function of the `permissions`
module. This allocation occurs within `slow timer` proc
ivanuschak left a comment (kamailio/kamailio#4257)
Memory leak occurs, because `dispatcher` module sends ping requests (OPTIONS)
within a dedicated kamailio process called `slow timer` and during this ping
request processing the memory for AVP is allocated within this `slow timer`
process.
But