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