qedit/tests: Don't forget CoUninitialize.

This commit is contained in:
Dan Hipschman 2008-04-04 15:58:17 -07:00 committed by Alexandre Julliard
parent 4a8d26a9cf
commit 8b432b3655
1 changed files with 1 additions and 0 deletions

View File

@ -43,4 +43,5 @@ START_TEST(mediadet)
{
CoInitialize(NULL);
test_mediadet();
CoUninitialize();
}