mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 08:39:37 -05:00
fix entry deallocation
This commit is contained in:
parent
aba0eacaee
commit
78362d5acf
1 changed files with 1 additions and 1 deletions
|
|
@ -805,7 +805,7 @@ retry:
|
|||
rc = ldap_build_entry( op, e, *ent, &bdn );
|
||||
|
||||
if ( rc != LDAP_SUCCESS ) {
|
||||
ch_free( *ent );
|
||||
entry_free( *ent );
|
||||
*ent = NULL;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue