mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 16:49:39 -05:00
fix from jon@symas.com - don't free uninitialized bv_val
This commit is contained in:
parent
e5eb270e6c
commit
3545f082af
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue