Module: wine Branch: master Commit: 18cd216e801280daff352feb0fd04b7fc2327414 URL: http://source.winehq.org/git/wine.git/?a=commit;h=18cd216e801280daff352feb0f...
Author: Hans Leidekker hans@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);