iscsi_nodes_free
Free the memory of 'struct iscsi_node' pointer array
- Provided by: libopeniscsiusr-dev (Version: 2.1.9-3ubuntu5.4)
- Source: open-iscsi
- Report a bug
Free the memory of 'struct iscsi_node' pointer array
void iscsi_nodes_free (struct iscsi_node **nodes, uint32_t node_count);
Free the memory of 'iscsi_node' pointer array generated by If provided 'nodes' pointer is NULL or 'node_count' is 0, do nothing.
void