12 Jan
2016
12 Jan
'16
8:20 a.m.
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?