[PATCH 2/5] d3d9/tests: Release the IDirect3D9Ex interface in test_qi_ex_to_base().

Henri Verbeet hverbeet at codeweavers.com
Fri Oct 23 03:26:09 CDT 2009


---
 dlls/d3d9/tests/d3d9ex.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/dlls/d3d9/tests/d3d9ex.c b/dlls/d3d9/tests/d3d9ex.c
index 595cb81..36520f2 100644
--- a/dlls/d3d9/tests/d3d9ex.c
+++ b/dlls/d3d9/tests/d3d9ex.c
@@ -178,6 +178,7 @@ static void test_qi_ex_to_base(void)
     IDirect3DDevice9_Release(device);
 
     IDirect3D9_Release(d3d9);
+    IDirect3D9Ex_Release(d3d9ex);
 
 out:
     DestroyWindow(window);
-- 
1.6.4.4




More information about the wine-patches mailing list