Commit 8c2b994c authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

kernel32: Terminate child process in virtual tests.

parent 0ea1bfc2
...@@ -557,6 +557,9 @@ static void test_NtMapViewOfSection(void) ...@@ -557,6 +557,9 @@ static void test_NtMapViewOfSection(void)
CloseHandle( mapping ); CloseHandle( mapping );
CloseHandle( file ); CloseHandle( file );
DeleteFileA( testfile ); DeleteFileA( testfile );
TerminateProcess(hProcess, 0);
CloseHandle(hProcess);
} }
static void test_BadPtr(void) static void test_BadPtr(void)
......
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