mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-05-28 04:35:57 -04:00
Berlement already freed in ber_flush
This commit is contained in:
parent
23c620a637
commit
623a7a9fe2
1 changed files with 0 additions and 1 deletions
|
|
@ -263,7 +263,6 @@ ldap_send_unbind(
|
|||
/* send the message */
|
||||
if ( ber_flush( sb, ber, 1 ) == -1 ) {
|
||||
ld->ld_errno = LDAP_SERVER_DOWN;
|
||||
ber_free( ber, 1 );
|
||||
}
|
||||
|
||||
return( ld->ld_errno );
|
||||
|
|
|
|||
Loading…
Reference in a new issue