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