Commit 57c12336 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

winhttp: Delete the static critical sections when unloading the dll.

parent 92ff5f35
...@@ -579,6 +579,10 @@ void netconn_unload( void ) ...@@ -579,6 +579,10 @@ void netconn_unload( void )
} }
HeapFree( GetProcessHeap(), 0, ssl_locks ); HeapFree( GetProcessHeap(), 0, ssl_locks );
} }
DeleteCriticalSection(&init_ssl_cs);
#endif
#ifndef HAVE_GETADDRINFO
DeleteCriticalSection(&cs_gethostbyname);
#endif #endif
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment