fix from jon@symas.com - don't free uninitialized bv_val

This commit is contained in:
Howard Chu 2001-12-17 22:46:08 +00:00
parent e5eb270e6c
commit 3545f082af

View file

@ -112,7 +112,6 @@ get_mra(
ch_free( type.bv_val );
if( rc != LDAP_SUCCESS ) {
ch_free( value.bv_val );
mra_free( ma, 1 );
return rc;
}