ldapx_memfree

Frees memory allocated by the LDAP extension library.

LDAP Version:v3
Library:*ldapx.*
NDS Version:8.5
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 <ldapx.h>
  
  void ldapx_memfree (
     void   *mem);
  

Parameters

mem

(IN) Points to the memory to free.

Remarks

This function should be used to free any memory allocated by the LDAP extension library.

The request and reply packets have the following formats.

  
  

See Also