mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-11 06:22:44 +08:00
Fix memory leaks
This commit is contained in:
@ -95,6 +95,7 @@ CPdfFile::~CPdfFile()
|
||||
RELEASEOBJECT(m_pInternal->pWriter);
|
||||
RELEASEOBJECT(m_pInternal->pReader);
|
||||
RELEASEOBJECT(m_pInternal->pEditor);
|
||||
RELEASEOBJECT(m_pInternal);
|
||||
}
|
||||
NSFonts::IFontManager* CPdfFile::GetFontManager()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user