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_ifaces_free - Free the memory of 'struct iscsi_iface' pointer array

Arguments

ifaces Pointer of 'struct iscsi_iface' pointer array. iface_count uint32_t, the size of 'struct iscsi_iface' pointer array.

Description

Free the memory of 'iscsi_iface' pointer array generated by If provided 'ifaces' pointer is NULL or 'iface_count' is 0, do nothing.

Name

iscsi_ifaces_free - Free the memory of 'struct iscsi_iface' pointer array

Return

void July 2025 iscsi_ifaces_free iscsi_ifaces_free(3)

Synopsis

voidiscsi_ifaces_free(structiscsi_iface**ifaces,uint32_tiface_count);

See Also