diff options
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 | } |
