winecoreaudio: Clean up the timer queue handle in DllMain().
This commit is contained in:
parent
1a451cb91c
commit
98c0bdb9a8
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue