Refactoring RendererOutputDev

This commit is contained in:
Svetlana Kulikova
2024-08-01 18:59:19 +03:00
parent c4f8c524b5
commit 95a1983e75
4 changed files with 61 additions and 248 deletions

View File

@ -291,7 +291,6 @@ bool CPdfFile::GetMetaData(const std::wstring& sFile, const std::wstring& sMetaN
if (!oFile.OpenFile(sFile) || !oFile.SeekFile(nStreamBegin + nMetaOffset) || !oFile.ReadFile(pBuffer, nMetaLength, nReadBytes))
{
RELEASEARRAYOBJECTS(pBuffer);
pMetaData = NULL;
oFile.CloseFile();
return false;
}