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