=?UTF-8?Q?Bernhard=20=C3=9Cbelacker=20?=: d3drm/tests: Add missing DestroyWindow.

Alexandre Julliard julliard at wine.codeweavers.com
Fri Oct 16 09:03:45 CDT 2015


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

Author: Bernhard Übelacker <bernhardu at vr-web.de>
Date:   Thu Oct 15 21:54:15 2015 +0200

d3drm/tests: Add missing DestroyWindow.

Signed-off-by: Bernhard Übelacker <bernhardu at vr-web.de>
Signed-off-by: Stefan Dösinger <stefan at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 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)




More information about the wine-cvs mailing list