https://bugs.openldap.org/show_bug.cgi?id=10002
Issue ID: 10002 Summary: Potential memory leak in tests/progs/slapd-bind.c Product: OpenLDAP Version: unspecified Hardware: All OS: All Status: UNCONFIRMED Keywords: needs_review Severity: normal Priority: --- Component: test suite Assignee: bugs@openldap.org Reporter: 1061499390@qq.com Target Milestone: ---
Version: Github:master Potential memory leak in slapd-bind.c line 139.Calling ldap_url_parse() without calling ldap_free_urldesc() to free the memory will cause a memory leak.