mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-07 14:18:15 +08:00
Fix memory leak in previous commit
This commit is contained in:
parent
0aa7c83a0e
commit
202aa8c793
@ -1254,6 +1254,7 @@ ldap_int_tls_start ( LDAP *ld, LDAPConn *conn, LDAPURLDesc *srv )
|
||||
authid = ldap_pvt_tls_get_my_dn( ssl, NULL, 0 );
|
||||
|
||||
(void) ldap_int_sasl_external( ld, conn, authid, ssf );
|
||||
LDAP_FREE( authid );
|
||||
}
|
||||
|
||||
return LDAP_SUCCESS;
|
||||
|
Loading…
Reference in New Issue
Block a user