Merge remote-tracking branch 'origin/feature/lib_cfcpp3' into develop

fix
This commit is contained in:
Elena.Subbotina
2022-10-31 19:56:31 +03:00
48 changed files with 902 additions and 640 deletions

View File

@ -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);