Commit 6cff2f6f authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Fix double certificate deinitialization

parent e34ebba5
......@@ -339,7 +339,6 @@ gnutls_HandshakeAndValidate( tls_session_t *session )
{
msg_Err( session, "Certificate import error: %s",
gnutls_strerror( val ) );
gnutls_x509_crt_deinit( cert );
goto crt_error;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment