lsm_capability_record_free - Man Page
Free the lsm_storage_capabilities memory.
Synopsis
int lsm_capability_record_free (lsm_storage_capabilities *cap);
Arguments
- cap
- Pointer of lsm_storage_capabilities to release. 
Version
1.0
Description
Frees the memory resources for a lsm_storage_capabilities.
Return
Error code as enumerated by 'lsm_error_number':
   * LSM_ERR_OK
       On success or not found.
   * LSM_ERR_INVALID_ARGUMENT
       When any argument is NULL or not a valid
       lsm_storage_capabilities pointer.
Info
January 2025 Libstoragemgmt C API Manual