ldap_value_free() function frees an array of values from memory. Use the ldap_value_free_len() function instead of this function if the values are berval structures .
For additional information, see "Getting the Values of an Attribute" on page 131.
#include <ldap.h>
void ldap_value_free( char **values );
values |
ldap_get_values().
ldap_get_values(), ldap_value_free_len().
Last Updated: 10/01/98 17:06:23