aboutsummaryrefslogtreecommitdiff
path: root/src/engine/plan.cpp
diff options
context:
space:
mode:
authorNir Bar <nir.bar@panel-sw.co.il>2021-03-17 14:45:03 -0500
committerSean Hall <r.sean.hall@gmail.com>2021-03-17 14:49:24 -0500
commitb7582318f6cb6e166f5ca22128caea2a97551a1f (patch)
treef92071000dd33376e6b982b52ed2172278ef4035 /src/engine/plan.cpp
parentaf68033509730ffe01602f839861a47287bb709f (diff)
downloadwix-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.cpp1
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
1951static HRESULT GetActionDefaultRequestState( 1952static HRESULT GetActionDefaultRequestState(