richedit: Added missing DestroyWindow in a test.

This commit is contained in:
Dylan Smith 2008-06-28 03:00:46 -04:00 committed by Alexandre Julliard
parent a49beb4c5c
commit 2a139746cc
1 changed files with 1 additions and 0 deletions

View File

@ -3862,6 +3862,7 @@ static void test_EM_StreamIn_Undo(void)
"EM_STREAMIN with SFF_SELECTION and selection set " "EM_STREAMIN with SFF_SELECTION and selection set "
"should create an undo\n"); "should create an undo\n");
DestroyWindow(hwndRichEdit);
} }
static BOOL is_em_settextex_supported(HWND hwnd) static BOOL is_em_settextex_supported(HWND hwnd)