Commit 4dcc87cf authored by Paul Gofman's avatar Paul Gofman Committed by Alexandre Julliard

ntdll: Clear thread_running flag on exiting ioqueue_thread_proc().

parent fa9bbe8a
......@@ -1570,6 +1570,7 @@ static void CALLBACK ioqueue_thread_proc( void *param )
}
}
ioqueue.thread_running = FALSE;
RtlLeaveCriticalSection( &ioqueue.cs );
TRACE( "terminating I/O completion thread\n" );
......
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