Re: [PATCH 10/11] dxgi: Add multi-monitor test for IDXGISwapChain_GetContainingOutput().
2 Aug
2016
2 Aug
'16
12:40 p.m.
2016-08-01 22:28 GMT+02:00 Józef Kucia <jkucia(a)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...
3418
Age (days ago)
3418
Last active (days ago)
0 comments
1 participants
participants (1)
-
Matteo Bruni