d3drm/tests: Add missing DestroyWindow.

Bernhard Übelacker bernhardu at vr-web.de
Thu Oct 15 14:54:15 CDT 2015


Signed-off-by: Bernhard Übelacker <bernhardu at vr-web.de>
---
 dlls/d3drm/tests/d3drm.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dlls/d3drm/tests/d3drm.c b/dlls/d3drm/tests/d3drm.c
index f565cfc..06c2c54 100644
--- a/dlls/d3drm/tests/d3drm.c
+++ b/dlls/d3drm/tests/d3drm.c
@@ -2075,6 +2075,7 @@ static void test_device_qi(void)
     IDirect3DRM3_Release(d3drm3);
     IDirect3DRM2_Release(d3drm2);
     IDirect3DRM_Release(d3drm1);
+    DestroyWindow(window);
 }
 
 static HRESULT CALLBACK surface_callback(IDirectDrawSurface *surface, DDSURFACEDESC *desc, void *context)
-- 
2.1.4




More information about the wine-patches mailing list