kernel32/tests: Don't close the stop_event handle.
Signed-off-by: Zebediah Figura <z.figura12@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
7ecf84c421
commit
74b1426bba
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue