diff options
author | Nir Bar <nir.bar@panel-sw.co.il> | 2021-03-17 14:45:03 -0500 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2021-03-17 14:49:24 -0500 |
commit | b7582318f6cb6e166f5ca22128caea2a97551a1f (patch) | |
tree | f92071000dd33376e6b982b52ed2172278ef4035 /src/engine/plan.cpp | |
parent | af68033509730ffe01602f839861a47287bb709f (diff) | |
download | wix-b7582318f6cb6e166f5ca22128caea2a97551a1f.tar.gz wix-b7582318f6cb6e166f5ca22128caea2a97551a1f.tar.bz2 wix-b7582318f6cb6e166f5ca22128caea2a97551a1f.zip |
Use wiutil to start/end msi transactions
Release MSI transaction handles immediately
contributes to #5386
Diffstat (limited to 'src/engine/plan.cpp')
-rw-r--r-- | src/engine/plan.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/engine/plan.cpp b/src/engine/plan.cpp index a4b8d0c1..65da4ab3 100644 --- a/src/engine/plan.cpp +++ b/src/engine/plan.cpp | |||
@@ -1946,6 +1946,7 @@ static void ResetPlannedRollbackBoundaryState( | |||
1946 | ) | 1946 | ) |
1947 | { | 1947 | { |
1948 | pRollbackBoundary->fActiveTransaction = FALSE; | 1948 | pRollbackBoundary->fActiveTransaction = FALSE; |
1949 | ReleaseNullStr(pRollbackBoundary->sczLogPath); | ||
1949 | } | 1950 | } |
1950 | 1951 | ||
1951 | static HRESULT GetActionDefaultRequestState( | 1952 | static HRESULT GetActionDefaultRequestState( |