Commit 1242417d authored by Bruno Jesus's avatar Bruno Jesus Committed by Alexandre Julliard

dinput/tests: Release the instance after tests (valgrind).

parent 3b7c61dc
......@@ -603,6 +603,7 @@ static void test_DirectInputJoyConfig8(void)
"IDirectInput_CreateDevice failed with guid from GetConfig hr = 0x%08x\n", hr);
}
IDirectInput_Release(pDI);
}
START_TEST(dinput)
......
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