Re: [PATCH weston] input: Stop leaking libinput event source on session deactivation

2017-07-27 Thread Pekka Paalanen
On Thu, 27 Jul 2017 06:34:02 +1000 Peter Hutterer wrote: > On Tue, Jul 25, 2017 at 04:49:52PM -0500, Derek Foreman wrote: > > On 2017-07-25 04:39 PM, Derek Foreman wrote: > > > This is easily noticed as a leaked fd on every VC switch. > > > > > > Signed-off-by: Derek Foreman > > > --- > > >

Re: [PATCH weston] input: Stop leaking libinput event source on session deactivation

2017-07-26 Thread Peter Hutterer
On Tue, Jul 25, 2017 at 04:49:52PM -0500, Derek Foreman wrote: > On 2017-07-25 04:39 PM, Derek Foreman wrote: > > This is easily noticed as a leaked fd on every VC switch. > > > > Signed-off-by: Derek Foreman > > --- > > libweston/libinput-seat.c | 5 - > > 1 file changed, 4 insertions(+),

Re: [PATCH weston] input: Stop leaking libinput event source on session deactivation

2017-07-25 Thread Derek Foreman
On 2017-07-25 04:39 PM, Derek Foreman wrote: This is easily noticed as a leaked fd on every VC switch. Signed-off-by: Derek Foreman --- libweston/libinput-seat.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libweston/libinput-seat.c b/libweston/libinput-seat.c inde

[PATCH weston] input: Stop leaking libinput event source on session deactivation

2017-07-25 Thread Derek Foreman
This is easily noticed as a leaked fd on every VC switch. Signed-off-by: Derek Foreman --- libweston/libinput-seat.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libweston/libinput-seat.c b/libweston/libinput-seat.c index 8cf5666b..953f6205 100644 --- a/libweston/libin