Skip to content
  • Antonio Borneo's avatar
    clients: close unused keymap fd · 4071225c
    Antonio Borneo authored
    
    
    In the simple examples in which keymap is not handled, the open
    descriptor has to be properly closed.
    
    After each suspend/resume sequence the keymap is send again to
    every client. On client weston-simple-egl the leak causes a
    segfault when no more file descriptors can be opened.
    
    Close the file descriptor and lazily copy/paste the comment
    already available in simple-dmabuf-v4l.
    
    Signed-off-by: default avatarAntonio Borneo <borneo.antonio@gmail.com>
    4071225c