lsm_system_record_array_free - Man Page
Free the memory of lsm_system array.
Synopsis
int lsm_system_record_array_free (lsm_system *s[], uint32_t size);
Arguments
- s[]
- Array to release memory for. 
- size
- Number of elements. 
Version
1.0
Description
Frees the memory resources for an array of lsm_system.
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_system pointer.
Info
January 2025 Libstoragemgmt C API Manual