Is there any indication if this is a functional problem, or just a case of
logging that should be reduced - I'm trying to gauge if I should hold off
before upgrading.
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/3851#issuecomment-2118838919
Y
It is a warning, which should not be reduced or silenced. The memory manager
emits this warning because its not used correctly, e.g. in the example above a
free(0) was called. It should be investigated in the module. Its only warning
level, so it might be not a serious issue.
--
Reply to this