Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(linux_backlight), | intent(inout) | :: | this |
elemental pure subroutine deallocate_linux_backlight(this)
class(linux_backlight), intent(inout) :: this
if (allocated(this%debug)) deallocate(this%debug)
if (allocated(this%path_backlight)) deallocate(this%path_backlight)
end subroutine deallocate_linux_backlight