Fun with SEDRIS! (cont.)
while (((status = SE_GetNextObject(components_iterator, &comp_obj, &comp_link_obj))
== SE_STAT_CODE_SUCCESS) || (status == SE_STAT_CODE_DIFFERENT_TRANSMITTAL))
if (SE_IdentifyObject(comp_obj, &comp_token) != SE_STAT_CODE_SUCCESS) {
if (SE_FreeObject(comp_link_obj) != SE_STAT_CODE_SUCCESS)
if (SE_FreeObject(comp_obj) != SE_STAT_CODE_SUCCESS)
if (SE_FreeIterator(components_iterator) != SE_STAT_CODE_SUCCESS)