=?UTF-8?Q?Andr=C3=A9=20Hentschel=20?=: d3drm/tests: Destroy window after use.

Alexandre Julliard julliard at winehq.org
Tue Jun 19 15:36:25 CDT 2012


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

Author: André Hentschel <nerv at dawncrow.de>
Date:   Mon Jun 18 22:30:10 2012 +0200

d3drm/tests: Destroy window after use.

---

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

diff --git a/dlls/d3drm/tests/d3drm.c b/dlls/d3drm/tests/d3drm.c
index a86c719..91dd095 100644
--- a/dlls/d3drm/tests/d3drm.c
+++ b/dlls/d3drm/tests/d3drm.c
@@ -961,6 +961,7 @@ static void test_Viewport(void)
     IDirectDrawClipper_Release(pClipper);
 
     IDirect3DRM_Release(pD3DRM);
+    DestroyWindow(window);
 }
 
 static void test_Light(void)




More information about the wine-cvs mailing list