mirror of
https://github.com/reactos/reactos.git
synced 2025-01-01 03:54:02 +00:00
[USER32_APITEST] RedrawWindow: Add a DestroyWindow() call (#423)
Addendum to 7905efdf35
.
CORE-13734
This commit is contained in:
parent
637026ffd7
commit
cac1bc12ae
1 changed files with 1 additions and 0 deletions
|
@ -83,4 +83,5 @@ START_TEST(RedrawWindow)
|
|||
TRACE_CACHE();
|
||||
|
||||
DeleteObject(hRgn);
|
||||
DestroyWindow(hWnd);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue