Freeing Objects
if (status == SE_SUCCESS)
{
ProcessObject
(
synth_env,
curr_object,
next_object,
next_link_object,
myRoot,
my_object,
search_filter,
fileNum,
blockNum,
my_parents_path,
SE_TRUE
);
if (SE_FreeObject(next_object) != SE_SUCCESS)
fprintf(stderr, "Error - Free Object failed\n");
}
Previous slide
Next slide
Back to first slide
View graphic version