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