logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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