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