tibasOp_Free()

Frees a specified Op object.

Declaration

tibas_status tibasOp_Free
(tibasOp* op)

Parameters

Parameter Description
op The Op object on which the operation is performed.

Remarks

Use the tibasOp_Free() function to free a specified Op object.

tibasOp_Free() should be called by application code that implements shared all persistence after dta hs been persisted, to avoid memory leaks.