Commit 98c0bdb9 authored by Zebediah Figura's avatar Zebediah Figura Committed by Alexandre Julliard

winecoreaudio: Clean up the timer queue handle in DllMain().

parent 1a451cb9
......@@ -210,6 +210,7 @@ BOOL WINAPI DllMain(HINSTANCE dll, DWORD reason, void *reserved)
case DLL_PROCESS_DETACH:
if (reserved) break;
DeleteCriticalSection(&g_sessions_lock);
CloseHandle(g_timer_q);
break;
}
return TRUE;
......
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