[11/13] msi: Don't release view object twice in check_assembly_installed.

Hans Leidekker hans at codeweavers.com
Thu Feb 19 07:06:16 CST 2009


diff --git a/dlls/msi/action.c b/dlls/msi/action.c
index 1be7aa6..70545eb 100644
--- a/dlls/msi/action.c
+++ b/dlls/msi/action.c
@@ -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);



More information about the wine-patches mailing list