From: Yedaya Katsman Date: Tue, 2 Dec 2025 19:59:53 +0000 (+0200) Subject: gtls: Call keylog_close in cleanup X-Git-Tag: rc-8_18_0-2~72 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e847fa5364be06737cd6c08beeb866006817a8d;p=thirdparty%2Fcurl.git gtls: Call keylog_close in cleanup --- diff --git a/lib/vtls/gtls.c b/lib/vtls/gtls.c index c7f8f34673..d1236aefba 100644 --- a/lib/vtls/gtls.c +++ b/lib/vtls/gtls.c @@ -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