d3drm/tests: Release frame instance (Valgrind).

oldstable
Nikolay Sivov 2014-06-14 09:25:46 +04:00 committed by Alexandre Julliard
parent 99449fc8d4
commit 023e885156
1 changed files with 1 additions and 0 deletions

View File

@ -1560,6 +1560,7 @@ static void test_frame_transform(void)
ok(hr == D3DRM_OK, "IDirect3DRMFrame_GetTransform returned hr = %x\n", hr);
ok(!memcmp(matrix, identity, sizeof(D3DRMMATRIX4D)), "Returned matrix is not identity\n");
IDirect3DRMFrame_Release(frame);
IDirect3DRM_Release(d3drm);
}