Uploaded image for project: ' AGL Development'
  1. AGL Development
  2. SPEC-2057

Waltham-transmitter: Fix if statement for error handling

XMLWordPrintable

      In waltham-transmitter/transmitter-plugin/output.c, the below error handling is not used because of wrong if statement.

      transmitter_output_repaint(struct weston_output *base,   
      output->renderer->dmafd =  api->get_dma_fd_from_view(&output->base, view);
      if(!output->renderer->dmafd) {
        weston_log("Failed to get dmafd\n");  
        goto out;  
      }
      

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            tnaoko Naoko Tanibata
            tnaoko Naoko Tanibata
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: