yyparse() is used for parsing config file at start up and it allocates memory needed for the entire runtime. So it is not actually a memory leak that affects running Kamailio, chunks are allocated once and used continuously. Cleaning those chunks of memory should be done at shutdown, but it is not a easy task on a multi-process application and it is done anyhow by OS when application is no longer running.

If you want to discuss more about, email to sr-users@lists.kamailio.org or sr-dev@lists.kamailio.org


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/issues/3483/1590519400@github.com>