mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-02-10 18:05:41 +08:00
Merge remote-tracking branch 'origin/feature/lib_cfcpp3' into develop
fix
This commit is contained in:
@ -117,7 +117,7 @@ std::wstring ReadUnicodeLP(POLE::Stream *pStream)
|
||||
{
|
||||
}
|
||||
res = std::wstring(ptr, length);
|
||||
delete ptr;
|
||||
delete []ptr;
|
||||
}
|
||||
else
|
||||
res = std::wstring((wchar_t*)Data, length);
|
||||
|
||||
Reference in New Issue
Block a user