Commit e9c3dc02 authored by Rémi Bernon's avatar Rémi Bernon Committed by Alexandre Julliard

ntoskrnl.exe/tests: Don't close HID device file twice.

parent be090396
...@@ -2696,7 +2696,6 @@ static void test_hidp(HANDLE file, int report_id, BOOL polled) ...@@ -2696,7 +2696,6 @@ static void test_hidp(HANDLE file, int report_id, BOOL polled)
HidD_FreePreparsedData(preparsed_data); HidD_FreePreparsedData(preparsed_data);
CloseHandle(file);
} }
static void test_hid_device(DWORD report_id, DWORD polled) static void test_hid_device(DWORD report_id, DWORD polled)
......
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