http://git.etersoft.ru/projects
/
wine
/
eterwine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ccdfa49
)
user32/tests: Destroy the windows after the tests.
author
Paul Vriens
<Paul.Vriens.Wine@gmail.com>
Mon, 15 Dec 2008 13:19:34 +0000
(14:19 +0100)
committer
Alexandre Julliard
<julliard@winehq.org>
Tue, 16 Dec 2008 11:51:03 +0000
(12:51 +0100)
dlls/user32/tests/win.c
patch
|
blob
|
blame
|
history
diff --git
a/dlls/user32/tests/win.c
b/dlls/user32/tests/win.c
index ffbb8d2c183452d639511e6e011d3f3ad1c5ab86..0d9d4264243f31693a62abb925cdcb225c704799 100644
(file)
--- a/
dlls/user32/tests/win.c
+++ b/
dlls/user32/tests/win.c
@@
-5431,4
+5431,7
@@
START_TEST(win)
/* add the tests above this line */
UnhookWindowsHookEx(hhook);
+
+ DestroyWindow(hwndMain2);
+ DestroyWindow(hwndMain);
}