Commit 2a139746 authored by Dylan Smith's avatar Dylan Smith Committed by Alexandre Julliard

richedit: Added missing DestroyWindow in a test.

parent a49beb4c
...@@ -3862,6 +3862,7 @@ static void test_EM_StreamIn_Undo(void) ...@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment