d3drm/tests: Destroy window after use

André Hentschel nerv at dawncrow.de
Mon Jun 18 15:30:10 CDT 2012


The case of "You screwed up but AJ missed it, send a fix before someone notices" ;-)
---
 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)
-- 
1.7.4.1

-- 

Best Regards, André Hentschel



More information about the wine-patches mailing list