Frees the memory allocated for an array of string values.
#include <ldap.h>
void ldap_value_free (
char **vals);
(IN) Points to the array of values returned by the ldap_get_values function.
The memory for each value is freed as well as the array.
If NULL is passed for the vals parameter, this function does nothing.