mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 17:49:59 -05:00
ITS#3297 (double free)
This commit is contained in:
parent
253f66041f
commit
4fdefa106f
1 changed files with 1 additions and 1 deletions
|
|
@ -1088,7 +1088,7 @@ done:
|
|||
ber_free ( ber, 0 );
|
||||
if ( rc != LDAP_SUCCESS ) {
|
||||
entry_free( e );
|
||||
e = NULL;
|
||||
*entry = e = NULL;
|
||||
}
|
||||
|
||||
return rc;
|
||||
|
|
|
|||
Loading…
Reference in a new issue