logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

iscsi_sessions_free - Free the memory of 'struct iscsi_session' pointer array

Arguments

ses Pointer of 'struct iscsi_session' pointer array. session_count uint32_t, the size of 'struct iscsi_session' pointer array.

Description

Free the memory of 'iscsi_session' pointer array generated by If provided 'ses' pointer is NULL or 'session_count' is 0, do nothing.

Name

iscsi_sessions_free - Free the memory of 'struct iscsi_session' pointer array

Return

void July 2025 iscsi_sessions_free iscsi_sessions_free(3)

Synopsis

voidiscsi_sessions_free(structiscsi_session**ses,uint32_tsession_count);

See Also