Dylan Smith : richedit: Added missing DestroyWindow in a test.

Alexandre Julliard julliard at winehq.org
Tue Jul 1 08:27:52 CDT 2008


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

Author: Dylan Smith <dylan.ah.smith at gmail.com>
Date:   Sat Jun 28 03:00:46 2008 -0400

richedit: Added missing DestroyWindow in 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 241c65b..50f8f02 100644
--- a/dlls/riched20/tests/editor.c
+++ b/dlls/riched20/tests/editor.c
@@ -3862,6 +3862,7 @@ static void test_EM_StreamIn_Undo(void)
       "EM_STREAMIN with SFF_SELECTION and selection set "
       "should create an undo\n");
 
+  DestroyWindow(hwndRichEdit);
 }
 
 static BOOL is_em_settextex_supported(HWND hwnd)




More information about the wine-cvs mailing list