mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
ITS#9147 plug descriptor leak if ldaps connect fails
This commit is contained in:
parent
edec2e84c2
commit
e2e17dd2f1
1 changed files with 1 additions and 0 deletions
|
|
@ -525,6 +525,7 @@ ldap_int_open_connection(
|
|||
}
|
||||
LDAP_MUTEX_UNLOCK( &lo->ldo_mutex );
|
||||
}
|
||||
ber_int_sb_close( conn->lconn_sb );
|
||||
return -1;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue