iscsi_sessions_free
Free the memory of 'struct iscsi_session' pointer array
- Provided by: libopeniscsiusr-dev (Version: 2.1.5-1ubuntu1.1)
- Source: open-iscsi
- Report a bug
Free the memory of 'struct iscsi_session' pointer array
void iscsi_sessions_free (struct iscsi_session **ses, uint32_t session_count);
Free the memory of 'iscsi_session' pointer array generated by If provided 'ses' pointer is NULL or 'session_count' is 0, do nothing.
void