Frees a returned berval structure.
#include <ldap.h> or <lber.h>
void ber_bvfree (
struct berval *bv);
(IN) Points to the berval structure to be freed.
Both the bv_val string in the berval structure and the structure itself are freed.
If the bv parameter is NULL, this function does nothing.