LDAPControl structure from memory.
#include <ldap.h>
void ldap_control_free( LDAPControl *ctrl );
ctrl |
Pointer to an |
ldap_control_free() function frees an LDAPControl structure from memory.
You should call this function to free controls that you create (for example, if you call the ldap_create_sort_control() function).
ldap_controls_free().
Last Updated: 10/01/98 17:06:23