On Thu Jan 25 08:15:58 2024 +0000, Mohamad Al-Jaf wrote:
I'm assuming you meant the entire line because leaving `IDirect3DDevice9On12_Release(d3d9on12);` causes it to crash.
It only causes a crash if the previous ok() fails, which we don't want. Tests should always pass, if they don't you have to fix them (possibly by using todo_wine).