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>
oldstable
Zebediah Figura 2017-11-16 22:21:33 -06:00 committed by Alexandre Julliard
parent 7ecf84c421
commit 74b1426bba
1 changed files with 0 additions and 1 deletions

View File

@ -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: