Skip to content

Commit

Permalink
Fix exception with attached 7z containers
Browse files Browse the repository at this point in the history
  • Loading branch information
nirbar committed Mar 19, 2024
1 parent 542628c commit dc50e35
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/PanelSwBackendExtension/PanelSwBackendExtension.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down
2 changes: 1 addition & 1 deletion src/TidyBuild.custom.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project ToolsVersion="16.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildThisFileDirectory)TidyBuild.user.props" Condition="Exists('$(MSBuildThisFileDirectory)TidyBuild.user.props')"/>
<PropertyGroup>
<FullVersion>3.18.7</FullVersion>
<FullVersion>3.18.8</FullVersion>
<FullVersion Condition=" '$(GITHUB_RUN_NUMBER)'!='' ">$(FullVersion).$(GITHUB_RUN_NUMBER)</FullVersion>
<ProductName>PanelSwWixExtension</ProductName>
<Manufacturer>Panel::Software</Manufacturer>
Expand Down

0 comments on commit dc50e35

Please sign in to comment.