tibasAction_Free()

Frees a specified action object.

Declaration

tibas_status tibasAction_Free
(tibasAction* action)

Parameters

Parameter Description
action Specify the Action object to be freed.

Remarks

Use the tibasAction_Free() function to free the memory used for a specified action object.

Call this function at the end of the a function implementing the persister action, to avoid memory leaks.