Free dynamic memory when finalizing.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(xml_file), | intent(inout) | :: | self |
XML file. |
subroutine finalize(self) !< Free dynamic memory when finalizing. type(xml_file), intent(inout) :: self !< XML file. call self%free endsubroutine finalize