Commit 97283f8b authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

winealsa.drv: Don't unset Spare[0] when deleting static critical sections.

parent 9b3bda2b
......@@ -228,7 +228,6 @@ BOOL WINAPI DllMain(HINSTANCE dll, DWORD reason, void *reserved)
break;
case DLL_PROCESS_DETACH:
g_sessions_lock.DebugInfo->Spare[0] = 0;
DeleteCriticalSection(&g_sessions_lock);
break;
}
......
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