Function Reference: H5G.close

dl>
: H5G.close (group_id)

Release resources used by a group which was opened by H5G.create or H5G_OPEN.

After closing a group, the group_id cannot be used again.

Failure to release a group with this call will result in resource leaks.

See also: H5G.open

Source Code: H5G.close