.TH "iscsi_context_free" 3 "iscsi_context_free" "June 2023" "API Manual" LINUX .SH NAME iscsi_context_free \- Release the memory of struct iscsi_context. .SH SYNOPSIS .B "void" iscsi_context_free .BI "(struct iscsi_context *" ctx ");" .SH ARGUMENTS .IP "ctx" 12 Pointer of 'struct iscsi_context'. .SH "DESCRIPTION" Release the memory of struct iscsi_context, but the userdata memory defined via \fBiscsi_context_userdata_set\fP will not be touched. .SH "RETURN" void