Commit 023e8851 authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

d3drm/tests: Release frame instance (Valgrind).

parent 99449fc8
......@@ -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);
}
......
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