mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-20 00:03:33 +08:00
Refactoring RendererOutputDev
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user