Synopsis
Free the blob analysis result buffer or the feature list.
Format
void MblobFree(BlobId)
MIL_ID BlobId; | Blob analysis result buffer identifier or feature list buffer identifier |
Description
This function deletes the specified blob analysis result buffer or feature list and releases any memory associated with it.
The BlobId parameter specifies the identifier of the blob analysis result buffer or feature list buffer to free. The buffer must have been successfully allocated, using MblobAllocResult, or MblobAllocFeatureList, prior to calling this function.
See also