2016-08-01 22:28 GMT+02:00 Józef Kucia jkucia@codeweavers.com:
- refcount = IDXGIOutput_Release(output);
- ok(!refcount, "IDXGIOuput has %u references left.\n", refcount); refcount = IDXGIOutput_Release(output2); ok(!refcount, "IDXGIOuput has %u references left.\n", refcount);
There are a number of those "Ouput" typos through the patch, probably copypasted from this preexisting ok() message.
Certainly not worth a resend by itself, but since you're going to anyway...