Commit 963102fd authored by Maarten Lankhorst's avatar Maarten Lankhorst Committed by Alexandre Julliard

winmm: Fix handle leak in timer tests.

parent 8bd65c14
......@@ -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)
......
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