1lsm_string_list_free(3) Libstoragemgmt C API Manual lsm_string_list_free(3)
2
3
4
6 lsm_string_list_free - Frees the memory for string list.
7
9 int lsm_string_list_free (lsm_string_list *sl);
10
12 sl Pointer of lsm_string_list to free.
13
15 1.0
16
18 Frees the memory for string list.
19
21 Error code as enumerated by 'lsm_error_number':
22 * LSM_ERR_OK
23 On success or not found.
24 * LSM_ERR_INVALID_ARGUMENT
25 When any argument is NULL or not a valid lsm_string_list
26 pointer.
27
28
29
30April 2023 lsm_string_list_free lsm_string_list_free(3)