Commit 74b1426b authored by Zebediah Figura's avatar Zebediah Figura Committed by Alexandre Julliard

kernel32/tests: Don't close the stop_event handle.

parent 7ecf84c4
......@@ -2149,7 +2149,6 @@ static void child_process(const char *dll_name, DWORD target_offset)
case 3:
trace("signalling thread exit\n");
SetEvent(stop_event);
CloseHandle(stop_event);
break;
case 4:
......
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