ctdbFreeRecord
Release resources allocated for the record handle.
Declaration
void ctdbFreeRecord(CTHANDLE Handle)
Description
ctdbFreeRecord() releases resources allocated for the record handle. Any record handle allocated with ctdbAllocRecord() should be released with a call to ctdbFreeRecord(). After a call to ctdbFreeRecord(), the record handle cannot be used for other operations.
Returns
None.
See also
ctdbAllocRecord(), ctdbFreeTable()