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

oldstable
Bruno Jesus 2014-07-12 13:40:04 -03:00 committed by Alexandre Julliard
parent 3b7c61dc2a
commit 1242417d13
1 changed files with 1 additions and 0 deletions

View File

@ -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)