ldap_free_urldesc

Frees the memory allocated by the ldap_url_parse function.

LDAP Version:v3
Library:*ldapsdk.*
NDS Version:7.xx or higher
Platform:NLM, Windows (NT, 95, 98, 2000, XP, Vista 32-bit and 64-bit ), Linux (32-bit and 64-bit), Solaris, AIX, and HP-UX

Syntax

  #include <ldap.h>
  
  void ldap_free_urldesc (
     const char     *ludp);
  
  

Parameters

ludp

(IN) Points to the LDAPURLDesc structure that you want to free.

See Also

ldap_url_parse