Commit 8b432b36 authored by Dan Hipschman's avatar Dan Hipschman Committed by Alexandre Julliard

qedit/tests: Don't forget CoUninitialize.

parent 4a8d26a9
......@@ -43,4 +43,5 @@ START_TEST(mediadet)
{
CoInitialize(NULL);
test_mediadet();
CoUninitialize();
}
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