diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2022-08-03 14:55:23 -0500 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2022-08-03 15:57:24 -0500 |
commit | 124fef398a26bc8e139e889a2345602d2478590c (patch) | |
tree | 002c77e0c1d72b0cc0e46bed3c6f02d4179625fe /src/burn/engine/container.cpp | |
parent | a896fec453056aa5e1ad803b04a672d2dceda981 (diff) | |
download | wix-124fef398a26bc8e139e889a2345602d2478590c.tar.gz wix-124fef398a26bc8e139e889a2345602d2478590c.tar.bz2 wix-124fef398a26bc8e139e889a2345602d2478590c.zip |
Add ability to skip a local path candidate if it failed verification.
Fixes 6818
Diffstat (limited to 'src/burn/engine/container.cpp')
-rw-r--r-- | src/burn/engine/container.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/burn/engine/container.cpp b/src/burn/engine/container.cpp index 2f21baa8..e6b91532 100644 --- a/src/burn/engine/container.cpp +++ b/src/burn/engine/container.cpp | |||
@@ -173,6 +173,7 @@ extern "C" void ContainersUninitialize( | |||
173 | ReleaseStr(pContainer->downloadSource.sczUser); | 173 | ReleaseStr(pContainer->downloadSource.sczUser); |
174 | ReleaseStr(pContainer->downloadSource.sczPassword); | 174 | ReleaseStr(pContainer->downloadSource.sczPassword); |
175 | ReleaseStr(pContainer->sczUnverifiedPath); | 175 | ReleaseStr(pContainer->sczUnverifiedPath); |
176 | ReleaseStr(pContainer->sczFailedLocalAcquisitionPath); | ||
176 | ReleaseDict(pContainer->sdhPayloads); | 177 | ReleaseDict(pContainer->sdhPayloads); |
177 | } | 178 | } |
178 | MemFree(pContainers->rgContainers); | 179 | MemFree(pContainers->rgContainers); |