mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
Fix bug 74424
LoadFromMemory memory is copied MergePages memory is either taken or freed
This commit is contained in:
@ -77,6 +77,7 @@ public:
|
||||
int GetMaxRefID();
|
||||
int GetNumPages();
|
||||
bool ValidMetaData();
|
||||
// Захватывает полученную память malloc data
|
||||
bool MergePages(BYTE* pData, DWORD nLength, const std::wstring& wsPassword = L"", int nMaxID = 0, const std::string& sPrefixForm = "");
|
||||
bool MergePages(const std::wstring& wsFile, const std::wstring& wsPassword = L"", int nMaxID = 0, const std::string& sPrefixForm = "");
|
||||
bool UnmergePages();
|
||||
|
||||
Reference in New Issue
Block a user