[USER32_APITEST] RedrawWindow: Add a DestroyWindow() call (#423)

Addendum to 7905efdf35.

CORE-13734
This commit is contained in:
Serge Gautherie 2018-06-05 21:23:21 +02:00 committed by Thomas Faber
parent 637026ffd7
commit cac1bc12ae

View file

@ -83,4 +83,5 @@ START_TEST(RedrawWindow)
TRACE_CACHE();
DeleteObject(hRgn);
DestroyWindow(hWnd);
}