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

oldstable
Dylan Smith 2008-10-10 16:37:03 -04:00 committed by Alexandre Julliard
parent 197f3f4c23
commit b8fe020077
1 changed files with 1 additions and 0 deletions

View File

@ -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;