Commit fff8b09f authored by Henri Verbeet's avatar Henri Verbeet Committed by Alexandre Julliard

d3d9/tests: Release the IDirect3D9Ex interface in test_qi_ex_to_base().

parent 50f5c925
......@@ -178,6 +178,7 @@ static void test_qi_ex_to_base(void)
IDirect3DDevice9_Release(device);
IDirect3D9_Release(d3d9);
IDirect3D9Ex_Release(d3d9ex);
out:
DestroyWindow(window);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment