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

Alexandre Julliard julliard at winehq.org
Fri Oct 23 10:19:00 CDT 2009


Module: wine
Branch: master
Commit: fff8b09fb406960ad116b2cdaca5b5dbfb708ae5
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=fff8b09fb406960ad116b2cdaca5b5dbfb708ae5

Author: Henri Verbeet <hverbeet at codeweavers.com>
Date:   Fri Oct 23 10:26:09 2009 +0200

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

---

 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);




More information about the wine-cvs mailing list