Frees the memory allocated for an array of berval structures.
#include <ldap.h>
void ldap_value_free_len (
struct berval **vals);
(IN) Points to the array of values returned by the ldap_get_values_len function.
The memory for each berval structure is freed as well as the array.
If NULL is passed for the vals parameter, this function does nothing.