Fix memory leak in previous commit

This commit is contained in:
Howard Chu 2002-04-18 15:55:05 +00:00
parent 17ae956518
commit 0aa7c83a0e

View file

@ -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 );