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/secur32/schannel_gnutls.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dlls/secur32/schannel_gnutls.c b/dlls/secur32/schannel_gnutls.c index cfe580ee4fe..947c591051d 100644 --- a/dlls/secur32/schannel_gnutls.c +++ b/dlls/secur32/schannel_gnutls.c @@ -1602,6 +1602,8 @@ static NTSTATUS process_detach( void *args ) { if (libgnutls_handle) { + if (TRACE_ON(secur32)) + 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