d3d9/tests: Release the IDirect3D9Ex interface in test_qi_ex_to_base().
authorHenri Verbeet <hverbeet@codeweavers.com>
Fri, 23 Oct 2009 08:26:09 +0000 (10:26 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 23 Oct 2009 10:03:08 +0000 (12:03 +0200)
dlls/d3d9/tests/d3d9ex.c

index 595cb81637d9530666265d34dfdafd7ffe8e430f..36520f2061f2b18e6b2a216cf111fcf0e751b3a1 100644 (file)
@@ -178,6 +178,7 @@ static void test_qi_ex_to_base(void)
     IDirect3DDevice9_Release(device);
 
     IDirect3D9_Release(d3d9);
+    IDirect3D9Ex_Release(d3d9ex);
 
 out:
     DestroyWindow(window);