From dc50e3592c5e30f5881a8f87e5ff788f8e050a5b Mon Sep 17 00:00:00 2001 From: Nir Bar Date: Tue, 19 Mar 2024 09:06:14 +0200 Subject: [PATCH] Fix exception with attached 7z containers --- src/PanelSwBackendExtension/PanelSwBackendExtension.cpp | 1 - src/TidyBuild.custom.props | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/PanelSwBackendExtension/PanelSwBackendExtension.cpp b/src/PanelSwBackendExtension/PanelSwBackendExtension.cpp index 2d1cb6f..b4f06bb 100644 --- a/src/PanelSwBackendExtension/PanelSwBackendExtension.cpp +++ b/src/PanelSwBackendExtension/PanelSwBackendExtension.cpp @@ -137,7 +137,6 @@ STDMETHODIMP CPanelSwBundleExtension::ContainerOpenAttached(LPCWSTR wzContainerI _containers.push_back(pContainer); *ppContext = pContainer; - pContainer = nullptr; hr = pContainer->ContainerOpenAttached(wzContainerId, hBundle, qwContainerStartPos, qwContainerSize); BextExitOnFailure(hr, "Failed to open attached container"); diff --git a/src/TidyBuild.custom.props b/src/TidyBuild.custom.props index 71e040c..88daf30 100644 --- a/src/TidyBuild.custom.props +++ b/src/TidyBuild.custom.props @@ -2,7 +2,7 @@ - 3.18.7 + 3.18.8 $(FullVersion).$(GITHUB_RUN_NUMBER) PanelSwWixExtension Panel::Software