winmm: Fix handle leak in timer tests.
This commit is contained in:
parent
8bd65c143f
commit
963102fd89
|
@ -190,6 +190,7 @@ static void test_priority(void)
|
|||
"thread priority is %s, should be THREAD_PRIORITY_TIME_CRITICAL\n",
|
||||
get_priority(priority));
|
||||
}
|
||||
timeKillEvent(id);
|
||||
}
|
||||
|
||||
START_TEST(timer)
|
||||
|
|
Loading…
Reference in New Issue