Fix memory leaks

This commit is contained in:
Svetlana Kulikova
2024-07-29 17:56:48 +03:00
parent 0eb8c93cf9
commit 16ae48ef4e
8 changed files with 11 additions and 5 deletions

View File

@ -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()
{