ldapValueFree(3ibx) — Subroutines
NAME
ldapValueFree − Frees the memory used to contain the array of pointers whose pointers point to attribute values.
SYNOPSIS
#include <libldap.h>
void ldapValueFree(LDAP_t ∗∗attribute_values)
INPUT PARAMETER
attribute_valuesThe address of the array of pointers, whose pointers point to attribute values, which was created by a call to either the ldapGetValues or the ldapGetValuesLen function.
RELATED INFORMATION
Functions: ldapGetValues(3), ldapGetValuesLen(3).