diff options
| author | Sean Hall <r.sean.hall@gmail.com> | 2021-04-16 10:09:26 -0500 |
|---|---|---|
| committer | Sean Hall <r.sean.hall@gmail.com> | 2021-04-19 23:12:55 -0500 |
| commit | 90cdf39e6e6b7d676ca33bee031fa2b865bb5fbd (patch) | |
| tree | 901feb035d5ea9a13f306582cedd6668b539953f /src/engine/container.cpp | |
| parent | c88806b89293f5bb92c42e90230e48be6b79b7f4 (diff) | |
| download | wix-90cdf39e6e6b7d676ca33bee031fa2b865bb5fbd.tar.gz wix-90cdf39e6e6b7d676ca33bee031fa2b865bb5fbd.tar.bz2 wix-90cdf39e6e6b7d676ca33bee031fa2b865bb5fbd.zip | |
Don't plan payloads.
Contributes to #3640 and #5253
Diffstat (limited to 'src/engine/container.cpp')
| -rw-r--r-- | src/engine/container.cpp | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/src/engine/container.cpp b/src/engine/container.cpp index 55a16afb..2db2412c 100644 --- a/src/engine/container.cpp +++ b/src/engine/container.cpp | |||
| @@ -3,17 +3,6 @@ | |||
| 3 | #include "precomp.h" | 3 | #include "precomp.h" |
| 4 | 4 | ||
| 5 | 5 | ||
| 6 | // internal function declarations | ||
| 7 | |||
| 8 | static HRESULT GetAttachedContainerInfo( | ||
| 9 | __in HANDLE hFile, | ||
| 10 | __in DWORD iContainerIndex, | ||
| 11 | __out DWORD* pdwFormat, | ||
| 12 | __out DWORD64* pqwOffset, | ||
| 13 | __out DWORD64* pqwSize | ||
| 14 | ); | ||
| 15 | |||
| 16 | |||
| 17 | // function definitions | 6 | // function definitions |
| 18 | 7 | ||
| 19 | extern "C" HRESULT ContainersParseFromXml( | 8 | extern "C" HRESULT ContainersParseFromXml( |
| @@ -186,6 +175,7 @@ extern "C" void ContainersUninitialize( | |||
| 186 | ReleaseStr(pContainer->downloadSource.sczUrl); | 175 | ReleaseStr(pContainer->downloadSource.sczUrl); |
| 187 | ReleaseStr(pContainer->downloadSource.sczUser); | 176 | ReleaseStr(pContainer->downloadSource.sczUser); |
| 188 | ReleaseStr(pContainer->downloadSource.sczPassword); | 177 | ReleaseStr(pContainer->downloadSource.sczPassword); |
| 178 | ReleaseStr(pContainer->sczUnverifiedPath); | ||
| 189 | } | 179 | } |
| 190 | MemFree(pContainers->rgContainers); | 180 | MemFree(pContainers->rgContainers); |
| 191 | } | 181 | } |
