There was a memory leak in the ldap module that occurred only after calling ldap_result_next(). Has run my synthetic tests and tested that it works fine. You can view, comment on, or merge this pull request online at:
https://github.com/kamailio/kamailio/pull/1071
-- Commit Summary --
* Fix memory leak in ldap module that happens after calling ldap_result_next()
-- File Changes --
M src/modules/ldap/ldap_api_fn.c (25)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/1071.patch https://github.com/kamailio/kamailio/pull/1071.diff
Thanks, I am going to merge this PR manually, because the commit message needs to follow the guidelines from:
- https://github.com/kamailio/kamailio/blob/master/.github/CONTRIBUTING.md#com...
For the future, use that format in order to be able to merge directly.
Closed #1071.
Thanks for applying it. Will be careful with commit messages next time.