tibasOpList_Free()

Frees a specified OpList.

Declaration

tibas_status tibasOpList_Free
(tibasOpList* 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.