Frees an array of LDAPControl structures.
void ldap_controls_free (
LDAPControl **ctrls);
(IN) Points to an array of control structures.
You should call this function to free any arrays of controls that you create or that are returned to you by other functions such as ldap_parse_result.