Syntax Checker: finalize() function
The finalize() function is called when there are no tasks on the manager’s task stack and the workers are idle
The workers go into their finalize state before the manager process and send their object statistics to the manager process
if(process_type == SPDI_WORKER_PROCESS)
SPDI_SendObjectStatistics(object_counts.error_count,
object_counts.object_count,
object_counts.object_array);
SE_FreeSearchFilter(search_filter);
if (SE_CloseTransmittal(transmittal) != SE_SUCCESS)
SPDI_CriticalMessage("Can't close transmittal %s!\n",