Commit 045455bf authored by Jefferson Carpenter's avatar Jefferson Carpenter Committed by Alexandre Julliard

ntoskrnl.exe: Initialize context.handle and context.irp.

parent f7164ccf
......@@ -854,6 +854,8 @@ NTSTATUS CDECL wine_ntoskrnl_main_loop( HANDLE stop_event )
NTSTATUS status = STATUS_SUCCESS;
HANDLE handles[2];
context.handle = NULL;
context.irp = NULL;
context.in_size = 4096;
context.in_buff = NULL;
......
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