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

Alexandre Julliard julliard at winehq.org
Thu Feb 19 09:18:55 CST 2009


Module: wine
Branch: master
Commit: 18cd216e801280daff352feb0fd04b7fc2327414
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=18cd216e801280daff352feb0fd04b7fc2327414

Author: Hans Leidekker <hans at codeweavers.com>
Date:   Thu Feb 19 14:06:16 2009 +0100

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

---

 dlls/msi/action.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

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-cvs mailing list