Commit ff4a02fe authored by Daniel Lehman's avatar Daniel Lehman Committed by Alexandre Julliard

oleaut32/tests: Fix leak (Valgrind).

parent 45babd78
......@@ -6074,6 +6074,7 @@ static void test_recinfo(void)
IRecordInfo_Release(recinfo);
ITypeInfo_Release(typeinfo);
ITypeLib_Release(typelib2);
ITypeLib_Release(typelib);
DeleteFileW(filenameW);
DeleteFileW(filename2W);
......
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