tibasOpList_Free() Function Declaration tibas_status tibasOpList_Free (tibasOpList* opList) Purpose Frees a specified OpList. Parameters Parameter Description opList The OpList object on which the function is invoked. Remarks Use the tibasOpList_Free() function to free a specified OpList. Should be invoked at the end of a function implementing shared all persistence, to avoid memory leaks. See Also tibasOpList_Get()