gtls: Call keylog_close in cleanup

This commit is contained in:
Yedaya Katsman 2025-12-02 21:59:53 +02:00 committed by Daniel Stenberg
parent e76080fb73
commit 8e847fa536
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2

View file

@ -169,6 +169,7 @@ static int gtls_init(void)
static void gtls_cleanup(void)
{
gnutls_global_deinit();
Curl_tls_keylog_close();
}
#ifndef CURL_DISABLE_VERBOSE_STRINGS