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(a)lists.kamailio.org or
sr-dev(a)lists.kamailio.org
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/3483#issuecomment-1590519400
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/issues/3483/1590519400(a)github.com>