André Hentschel : d3drm/tests: Destroy window after use.
19 Jun
2012
19 Jun
'12
8:36 p.m.
Module: wine Branch: master Commit: 6f3c571a0543f3e1a33ea687274fa1b215b26a49 URL: http://source.winehq.org/git/wine.git/?a=commit;h=6f3c571a0543f3e1a33ea68727... Author: André Hentschel <nerv(a)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)
4931
Age (days ago)
4931
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard