Dylan Smith : richedit: Added DestroyWindow call to clean up the end of a test.

Alexandre Julliard julliard at winehq.org
Mon Oct 13 06:38:46 CDT 2008


Module: wine
Branch: master
Commit: b8fe02007776775f7fcf2965a39019661f1bcce4
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=b8fe02007776775f7fcf2965a39019661f1bcce4

Author: Dylan Smith <dylan.ah.smith at gmail.com>
Date:   Fri Oct 10 16:37:03 2008 -0400

richedit: Added DestroyWindow call to clean up the end of a test.

---

 dlls/riched20/tests/editor.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/dlls/riched20/tests/editor.c b/dlls/riched20/tests/editor.c
index 54b100c..a34eada 100644
--- a/dlls/riched20/tests/editor.c
+++ b/dlls/riched20/tests/editor.c
@@ -5164,6 +5164,7 @@ static void test_eventMask(void)
     ok(queriedEventMask == (eventMask & ~ENM_CHANGE),
             "wrong event mask (0x%x) during WM_COMMAND\n", queriedEventMask);
 
+    DestroyWindow(parent);
 }
 
 static int received_WM_NOTIFY = 0;




More information about the wine-cvs mailing list