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

iscsi_context_free - Release the memory of struct iscsi_context.

Arguments

ctx Pointer of 'struct iscsi_context'.

Description

Release the memory of struct iscsi_context, but the userdata memory defined via iscsi_context_userdata_set will not be touched.

Name

iscsi_context_free - Release the memory of struct iscsi_context.

Return

void July 2025 iscsi_context_free iscsi_context_free(3)

Synopsis

voidiscsi_context_free(structiscsi_context*ctx);

See Also