other versions
    
    - Tumbleweed 1.10.2-1.3
 - Leap-16.0
 - Leap-15.6
 
| lsm_system_record_free(3) | Libstoragemgmt C API Manual | lsm_system_record_free(3) | 
NAME¶
lsm_system_record_free - Free the lsm_system memory.
SYNOPSIS¶
int lsm_system_record_free (lsm_system *s);
ARGUMENTS¶
- s
 - Record to release
 
VERSION¶
1.0
DESCRIPTION¶
Frees the memory resources for a 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.
| lsm_system_record_free | January 2025 |