diff options
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( |