Product Documentation

c-treeDB API API for C

Previous Topic

Next Topic

ctdbBlobFree

Release all resources associated with a blob.

Declaration

void ctdbBlobFree(pCTBLOB pBlob)

Description

ctdbBlobFree releases all resources associated with a blob. ctdbBlobClear clears the blob data.

  • pBlob [in] the blob pointer

Returns

None.

See also

ctdbBlobAlloc(), ctdbBlobClear()

TOCIndex