LDAPControl structures from memory.
#include <ldap.h>
void ldap_controls_free( LDAPControl **ctrls );
ctrls |
Pointer to an array of |
ldap_controls_free() function frees an array of LDAPControl structures from memory.
You should call this function to free arrays of controls that you create or any arrays returned by ldap_parse_result(). .
ldap_control_free().
Last Updated: 10/01/98 17:06:23