Commit 1c3617a2 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

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

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