Commit 5b831964 authored by Paul Vriens's avatar Paul Vriens Committed by Alexandre Julliard

kernel32/tests: Free memory after use.

parent 53f94c07
......@@ -1644,6 +1644,7 @@ static void test_async_file_errors(void)
}
ok(completion_count == 0, "completion routine should only be called when ReadFileEx succeeds (this rule was violated %d times)\n", completion_count);
/*printf("Error = %ld\n", GetLastError());*/
HeapFree(GetProcessHeap(), 0, lpBuffer);
}
static void test_read_write(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