.TH "iscsi_sessions_free" 3 "iscsi_sessions_free" "June 2023" "API Manual" LINUX .SH NAME iscsi_sessions_free \- Free the memory of 'struct iscsi_session' pointer array .SH SYNOPSIS .B "void" iscsi_sessions_free .BI "(struct iscsi_session **" ses "," .BI "uint32_t " session_count ");" .SH ARGUMENTS .IP "ses" 12 Pointer of 'struct iscsi_session' pointer array. .IP "session_count" 12 uint32_t, the size of 'struct iscsi_session' pointer array. .SH "DESCRIPTION" Free the memory of 'iscsi_session' pointer array generated by '\fBiscsi_sessions_get\fP'. If provided 'ses' pointer is NULL or 'session_count' is 0, do nothing. .SH "RETURN" void