http://git.etersoft.ru/projects
/
wine
/
eterwine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
50f5c92
)
d3d9/tests: Release the IDirect3D9Ex interface in test_qi_ex_to_base().
author
Henri Verbeet
<hverbeet@codeweavers.com>
Fri, 23 Oct 2009 08:26:09 +0000
(10:26 +0200)
committer
Alexandre Julliard
<julliard@winehq.org>
Fri, 23 Oct 2009 10:03:08 +0000
(12:03 +0200)
dlls/d3d9/tests/d3d9ex.c
patch
|
blob
|
blame
|
history
diff --git
a/dlls/d3d9/tests/d3d9ex.c
b/dlls/d3d9/tests/d3d9ex.c
index 595cb81637d9530666265d34dfdafd7ffe8e430f..36520f2061f2b18e6b2a216cf111fcf0e751b3a1 100644
(file)
--- 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);