Commit 4bc832c2 authored by Paul Vriens's avatar Paul Vriens Committed by Alexandre Julliard

msi/tests: Add a missing CoUninitialize.

parent 6ac5b387
......@@ -1776,6 +1776,8 @@ static void test_packagecoltypes(void)
MsiCloseHandle(rec);
MsiCloseHandle(view);
MsiCloseHandle(hdb);
CoUninitialize();
DeleteFile(msifile);
}
......
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