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

Backport [19802]: double CRT deinit

parent 4048b113
......@@ -419,7 +419,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