winmm: Fix handle leak in timer tests.

This commit is contained in:
Maarten Lankhorst 2010-04-24 08:07:28 +02:00 committed by Alexandre Julliard
parent 8bd65c143f
commit 963102fd89
1 changed files with 1 additions and 0 deletions

View File

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