Hans Leidekker : msi: Release the package in MsiGetProductPropertyW.

Alexandre Julliard julliard at winehq.org
Thu May 20 11:03:01 CDT 2010


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

Author: Hans Leidekker <hans at codeweavers.com>
Date:   Thu May 20 12:01:15 2010 +0200

msi: Release the package in MsiGetProductPropertyW.

---

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

diff --git a/dlls/msi/msi.c b/dlls/msi/msi.c
index 3170e6d..afa7005 100644
--- a/dlls/msi/msi.c
+++ b/dlls/msi/msi.c
@@ -2388,6 +2388,7 @@ done:
         r = ERROR_SUCCESS;
     }
 
+    msiobj_release(&package->hdr);
     return r;
 }
 




More information about the wine-cvs mailing list