Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

iscsi_nodes_free - Free the memory of 'struct iscsi_node' pointer array

Arguments

nodes Pointer of 'struct iscsi_node' pointer array. node_count uint32_t, the size of 'struct iscsi_node' pointer array.

Description

Free the memory of 'iscsi_node' pointer array generated by If provided 'nodes' pointer is NULL or 'node_count' is 0, do nothing.

Name

iscsi_nodes_free - Free the memory of 'struct iscsi_node' pointer array

Return

void July 2025 iscsi_nodes_free iscsi_nodes_free(3)

Synopsis

voidiscsi_nodes_free(structiscsi_node**nodes,uint32_tnode_count);

See Also