oleaut32/tests: Fix leak (Valgrind).
Signed-off-by: Daniel Lehman <dlehman25@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
45babd780f
commit
ff4a02fe3c
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue