msi: Don't release view object twice in check_assembly_installed.

oldstable
Hans Leidekker 2009-02-19 14:06:16 +01:00 committed by Alexandre Julliard
parent 0aa3c187d8
commit 18cd216e80
1 changed files with 0 additions and 1 deletions

View File

@ -5974,7 +5974,6 @@ static BOOL check_assembly_installed(MSIDATABASE *db, IAssemblyCache *cache,
found = (asminfo.dwAssemblyFlags == ASSEMBLYINFO_FLAG_INSTALLED);
done:
msiobj_release(&view->hdr);
msi_free(disp);
msi_free(name.name);
msi_free(name.version);