iscsi_context_free
Release the memory of struct iscsi_context.
- Provided by: libopeniscsiusr-dev (Version: 2.1.9-3ubuntu5.4)
- Source: open-iscsi
- Report a bug
Release the memory of struct iscsi_context.
void iscsi_context_free (struct iscsi_context *ctx);
Release the memory of struct iscsi_context, but the userdata memory defined via iscsi_context_userdata_set will not be touched.
void