lsm_string_list_free - Man Page

Frees the memory for string list.

Synopsis

int lsm_string_list_free (lsm_string_list *sl);

Arguments

sl

Pointer of lsm_string_list to free.

Version

1.0

Description

Frees the memory for string list.

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_string_list
       pointer.

Info

April 2023 Libstoragemgmt C API Manual