Commit 446067b3 authored by Sebastian Lackner's avatar Sebastian Lackner Committed by Alexandre Julliard

ntdll/tests: Fix flags passed to VirtualFree in exception tests.

parent 1e624c5a
......@@ -2020,5 +2020,5 @@ START_TEST(exception)
#endif
VirtualFree(code_mem, 0, MEM_FREE);
VirtualFree(code_mem, 0, MEM_RELEASE);
}
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