msxml3/tests: Add a missing CoUninitialize.

This commit is contained in:
Paul Vriens 2008-09-01 16:17:06 +02:00 committed by Alexandre Julliard
parent 7fb12e84f5
commit 7af5d5fb23
1 changed files with 2 additions and 0 deletions

View File

@ -454,4 +454,6 @@ START_TEST(xmlelem)
test_xmlelem();
test_xmlelem_collection();
CoUninitialize();
}