Re: [weston,13/21] compositor-fbdev: remove unused output arguments

2017-09-25 Thread xerpi . g . 12
On Fri, 2017-09-22 at 17:31 +0300, Pekka Paalanen wrote: > From: Pekka Paalanen > > A few functions had argument 'output' which was not used at all. Remove > such unused arguments. > > The coming migration to the head-based output API would have made it > awkward to come up with the output argum

Re: [PATCH] server: Fix shm_create_pool size fail path fd leak

2016-02-19 Thread xerpi
I was just reading the source when I found it (no valgrind involved). So as wl_connection_destroy() already takes care of that, my patch is pointless. My final idea would be to add support to fds that have the F_SEAL_SHRINK seal set (see memfd_create(2) and fcntl(2)), so if a client creates shm_po