mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-22 07:39:35 -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 );
|
LDAP_MUTEX_UNLOCK( &lo->ldo_mutex );
|
||||||
}
|
}
|
||||||
|
ber_int_sb_close( conn->lconn_sb );
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue