10 May
2017
10 May
'17
8:24 a.m.
On Tue, May 9, 2017 at 3:10 PM, Henri Verbeet <hverbeet(a)gmail.com> wrote:
On 9 May 2017 at 12:51, Józef Kucia <jkucia(a)codeweavers.com> wrote:
+ refcount = ID3D11Device_Release(device); + ok(!refcount, "Device has %u references left.\n", refcount); +} This test hangs for me on Windows. Specifically, the issue seems to be the final release of the device.
Unfortunately I cannot reproduce the issue here. It works fine for me on Windows 7 (Nvidia) and Windows 10 (AMD and Intel).