mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-22 06:43:17 -05:00
cannot assert la_private == NULL on free
This commit is contained in:
parent
883196d348
commit
a2c6a98427
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Reference in a new issue