Commit 3179dd7b authored by Sebastian Lackner's avatar Sebastian Lackner Committed by Alexandre Julliard

mciqtz32: Unset DebugInfo->Spare[0] before destroying critical sections.

parent caff6433
......@@ -162,6 +162,7 @@ static DWORD MCIQTZ_drvClose(DWORD dwDevID)
CloseHandle(wma->task.notify);
CloseHandle(wma->task.done);
CloseHandle(wma->task.thread);
wma->cs.DebugInfo->Spare[0] = 0;
DeleteCriticalSection(&wma->cs);
mciSetDriverData(dwDevID, 0);
CloseHandle(wma->stop_event);
......
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