Write text

This commit is contained in:
Svetlana Kulikova
2025-08-13 18:16:16 +03:00
parent d854608d45
commit c53fff1ffb
9 changed files with 323 additions and 96 deletions

View File

@ -802,6 +802,12 @@ namespace PdfWriter
delete pObject;
}
for (int i = 0; i < pEntry->pRefObj.size(); ++i)
{
CProxyObject* pProxy = pEntry->pRefObj[i];
pProxy->Clear();
}
delete pEntry;
}