]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
gtls: Call keylog_close in cleanup
authorYedaya Katsman <yedaya.ka@gmail.com>
Tue, 2 Dec 2025 19:59:53 +0000 (21:59 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 9 Dec 2025 13:14:50 +0000 (14:14 +0100)
lib/vtls/gtls.c

index c7f8f346739a427e1b374e24085839f18acb099a..d1236aefba0c30860e10aa6b2d728847eb97ba85 100644 (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