mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 08:39:37 -05:00
Fix memory leak in previous commit
This commit is contained in:
parent
17ae956518
commit
0aa7c83a0e
1 changed files with 1 additions and 0 deletions
|
|
@ -1203,6 +1203,7 @@ int connection_read(ber_socket_t s)
|
|||
|
||||
authid = dnX509peerNormalize( ssl );
|
||||
slap_sasl_external( c, c->c_tls_ssf, authid );
|
||||
if ( authid ) free( authid );
|
||||
}
|
||||
connection_return( c );
|
||||
ldap_pvt_thread_mutex_unlock( &connections_mutex );
|
||||
|
|
|
|||
Loading…
Reference in a new issue