[PATCH 3/3] d3dx9: Add D3DXCreateAnimationController tests (try 3)

Nikolay Sivov bunglehead at gmail.com
Tue Jan 12 02:20:52 CST 2016


On 12.01.2016 10:34, Alistair Leslie-Hughes wrote:
> +if (0) /* Windows crashes when animation is Released */
> +{
> +    hr = D3DXCreateAnimationController(0, 0, 0, 0, &animation);
> +    ok(hr == D3D_OK, "Got unexpected hr returned %#x.\n", hr);
> +    animation->lpVtbl->Release(animation);
> +}

Is 'animation' NULL at this point by any chance?



More information about the wine-devel mailing list