Commit 7709be71 authored by Oleg.Korshul's avatar Oleg.Korshul Committed by Alexander Trofimov

баги

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@61425 954022d7-b5bf-4e40-9824-e11837661b57
parent 0056f3d6
......@@ -57,6 +57,11 @@ CApplicationFontStreams::CApplicationFontStreams()
}
CApplicationFontStreams::~CApplicationFontStreams()
{
for (std::map<std::wstring, CFontStream*>::iterator iter = m_mapStreams.begin(); iter != m_mapStreams.end(); ++iter)
{
CFontStream* pFile = iter->second;
RELEASEOBJECT(pFile);
}
}
CFontStream* CApplicationFontStreams::GetStream(const std::wstring &strFile)
......
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