d3drm/tests: Destroy window after use.
This commit is contained in:
parent
d0f31cddfe
commit
6f3c571a05
|
@ -961,6 +961,7 @@ static void test_Viewport(void)
|
|||
IDirectDrawClipper_Release(pClipper);
|
||||
|
||||
IDirect3DRM_Release(pD3DRM);
|
||||
DestroyWindow(window);
|
||||
}
|
||||
|
||||
static void test_Light(void)
|
||||
|
|
Loading…
Reference in New Issue