Freeing Objects
status = SE_AddComponent(pObj, atpObj, NULL);
if (status != SE_SUCCESS)
printf("add_Data_Quality Error:\n”);
SE_FreeObject_Write(pObj);
//Don't free atpObj b/c other objects share it!
status = SE_FreeObject_Write(pObj);
if (status != SE_SUCCESS)
printf(“add_Data_Quality Error: freeing the Process Object!\n";
status = SE_FreeObject_Write(dqObj);