mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-13 14:27:59 +08:00
cannot assert la_private == NULL on free
This commit is contained in:
parent
883196d348
commit
a2c6a98427
@ -522,8 +522,10 @@ ldap_avafree( LDAPAVA *ava )
|
||||
{
|
||||
assert( ava );
|
||||
|
||||
#if 0
|
||||
/* ava's private must be freed by caller */
|
||||
assert( ava->la_private != NULL );
|
||||
#endif
|
||||
|
||||
ber_bvfree( ava->la_attr );
|
||||
ber_bvfree( ava->la_value );
|
||||
|
Loading…
x
Reference in New Issue
Block a user