23 Dec
2025
23 Dec
'25
2:15 p.m.
From: Bernhard Übelacker <bernhardu@mailbox.org> Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=59163 --- dlls/crypt32/unixlib.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dlls/crypt32/unixlib.c b/dlls/crypt32/unixlib.c index 82064b29a76..345051cc6c7 100644 --- a/dlls/crypt32/unixlib.c +++ b/dlls/crypt32/unixlib.c @@ -148,6 +148,8 @@ static NTSTATUS process_detach( void *args ) { if (libgnutls_handle) { + if (TRACE_ON( crypt )) + pgnutls_global_set_log_function( NULL ); pgnutls_global_deinit(); dlclose( libgnutls_handle ); libgnutls_handle = NULL; -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/9821