mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-02-10 18:05:41 +08:00
Write text
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user