https://git.reactos.org/?p=reactos.git;a=commitdiff;h=cac1bc12ae4e15badf6c93825d33023f3214c8a1
commit cac1bc12ae4e15badf6c93825d33023f3214c8a1 Author: Serge Gautherie <[email protected]> AuthorDate: Tue Jun 5 21:23:21 2018 +0200 Commit: Thomas Faber <[email protected]> CommitDate: Tue Jun 5 21:23:21 2018 +0200 [USER32_APITEST] RedrawWindow: Add a DestroyWindow() call (#423) Addendum to 7905efdf357ad830d4abba23a428dcd9e6195247. CORE-13734 --- modules/rostests/apitests/user32/RedrawWindow.c | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/rostests/apitests/user32/RedrawWindow.c b/modules/rostests/apitests/user32/RedrawWindow.c index eb39f9b714..8cd2b38e6f 100644 --- a/modules/rostests/apitests/user32/RedrawWindow.c +++ b/modules/rostests/apitests/user32/RedrawWindow.c @@ -83,4 +83,5 @@ START_TEST(RedrawWindow) TRACE_CACHE(); DeleteObject(hRgn); + DestroyWindow(hWnd); }
