https://bugs.openldap.org/show_bug.cgi?id=9299
Issue ID: 9299 Summary: Memory leaks in ldap_simple_bind_s Product: OpenLDAP Version: 2.4.49 Hardware: x86_64 OS: Windows Status: UNCONFIRMED Severity: normal Priority: --- Component: libraries Assignee: bugs@openldap.org Reporter: Ritu.Varkey@microfocus.com Target Milestone: ---
Created attachment 747 --> https://bugs.openldap.org/attachment.cgi?id=747&action=edit Sample code with call to bind API
The call to ldap_simple_bind_s API leaks memory. Even after calling ldap_unbind_s or ldap_unbind_ext memory is not getting freed. Our application uses this API every time we make a connection to the directory. The API is being used on Windows operating system.