Pre-Submission Checklist

Type Of Change

Checklist:

Description

When the dispatcher module sends ping requests then these requests are executed in a dedicated process, which handles timers and called slow timer. If during this ping request AVP variables are allocated, then these vars are allocated within slow timer process and this memory is never released and continiously accumulates in/by this process.
This change makes AVP vars being reset for every iteration of the dispatcher timer procedure (ds_check_timer function).


You can view, comment on, or merge this pull request online at:

  https://github.com/kamailio/kamailio/pull/4258

Commit Summary

File Changes

(1 file)

Patch Links:


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <kamailio/kamailio/pull/4258@github.com>