richedit: Added DestroyWindow call to clean up the end of a test.
This commit is contained in:
parent
197f3f4c23
commit
b8fe020077
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue