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