Skip to content
Snippets Groups Projects
Commit 0aa7c83a authored by Howard Chu's avatar Howard Chu
Browse files

Fix memory leak in previous commit

parent 17ae9565
No related branches found
No related tags found
No related merge requests found
......@@ -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 );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment