kernel32: Terminate child process in virtual tests.
This commit is contained in:
parent
0ea1bfc2ac
commit
8c2b994c46
|
@ -557,6 +557,9 @@ static void test_NtMapViewOfSection(void)
|
|||
CloseHandle( mapping );
|
||||
CloseHandle( file );
|
||||
DeleteFileA( testfile );
|
||||
|
||||
TerminateProcess(hProcess, 0);
|
||||
CloseHandle(hProcess);
|
||||
}
|
||||
|
||||
static void test_BadPtr(void)
|
||||
|
|
Loading…
Reference in New Issue