Commit 5a631f78 authored by Sergey.Konovalov's avatar Sergey.Konovalov Committed by Alexander Trofimov

uninitialized variable

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@63778 954022d7-b5bf-4e40-9824-e11837661b57
parent ff9c1bc8
......@@ -113,6 +113,7 @@ namespace PdfWriter
m_pFaceMemory = NULL;
m_nGlyphsCount = 0;
m_nSymbolicCmap = -1;
m_ushCodesCount = 0;
}
CFontCidTrueType::~CFontCidTrueType()
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment