ntdll/tests: Fix flags passed to VirtualFree in exception tests.
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
1e624c5aaa
commit
446067b34d
|
@ -2020,5 +2020,5 @@ START_TEST(exception)
|
|||
|
||||
#endif
|
||||
|
||||
VirtualFree(code_mem, 0, MEM_FREE);
|
||||
VirtualFree(code_mem, 0, MEM_RELEASE);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue