Frees an array of returned berval structures.
#include <ldap.h> or <lber.h>
void ber_bvecfree (
struct berval **bv);
(IN) Points to the array of berval structures that are to be freed.
Each structure in the array is freed by calling the ber_bvfree function, then the array itself is freed.
If the bv parameter is NULL, the ber_bvfree function does nothing.