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