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/bcrypt/gnutls.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dlls/bcrypt/gnutls.c b/dlls/bcrypt/gnutls.c index 3e9efb677df..b80e7f85718 100644 --- a/dlls/bcrypt/gnutls.c +++ b/dlls/bcrypt/gnutls.c @@ -484,6 +484,8 @@ static NTSTATUS gnutls_process_detach( void *args ) { if (libgnutls_handle) { + if (TRACE_ON( bcrypt )) + 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