lsm_access_group_record_free - Man Page
Frees the memory for access group.
Synopsis
int lsm_access_group_record_free (lsm_access_group *group);
Arguments
- group
- lsm_access_group to release memory for. 
Version
1.0
Description
Frees the memory for an individual lsm_access_group.
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_access_group
       pointer.
Info
January 2025 Libstoragemgmt C API Manual