1lsm_error_free(3) Libstoragemgmt C API Manual lsm_error_free(3)
23
4
NAME
6lsm_error_free - Free the lsm_error memory.
7
SYNOPSIS
9int lsm_error_free (lsm_error_ptr err);
10
ARGUMENTS
12err Record to release
13
VERSION
151.0
16
DESCRIPTION
18Frees the memory resources for the specified lsm_error.
19
RETURN
21Error code as enumerated by 'lsm_error_number':
22* LSM_ERR_OK
23On success or not found.
24* LSM_ERR_INVALID_ARGUMENT
25When any argument is NULL or not a valid lsm_error_ptr.
2627
28
29
May 2018 lsm_error_free lsm_error_free(3)