kernel32: Terminate child process in virtual tests.

This commit is contained in:
Jacek Caban 2007-11-25 19:09:50 +01:00 committed by Alexandre Julliard
parent 0ea1bfc2ac
commit 8c2b994c46
1 changed files with 3 additions and 0 deletions

View File

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