I convert a lot of text with mdlText_getElementDescr:
status=mdlText_getElementDescr (&edPText, &edP->el.text_2d, NULL);
if (status == SUCCESS)
{
// do nothing mdlElmdscr_freeAll(&edPText);
}
Used Memory grows over the time. Is there really a bug in this function? How to free the Memory? Is there any Workaround?
Bentley Accredited Developer: iTwin Platform - AssociateLabyrinth Technology | dev.notes() | cad.point