finalize Subroutine

private elemental subroutine finalize(tag)

Arguments

TypeIntentOptionalAttributesName
type(xml_tag), intent(inout) :: tag

Contents

Source Code


Source Code

  elemental subroutine finalize(tag)
  !< Free dynamic memory when finalizing.
  type(xml_tag), intent(inout) :: tag !< XML tag.

  call tag%free
  endsubroutine finalize