dinput/tests: Release the instance after tests (valgrind).
This commit is contained in:
parent
3b7c61dc2a
commit
1242417d13
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue