Re: [PATCH] weston: release keyboard/touch/pointer objects

2015-10-09 Thread Daniel Stone
On 9 October 2015 at 20:36, Derek Foreman wrote: > On 09/10/15 11:17 AM, David FORT wrote: >> This patch adds the missing calls to release when the seat has capabilities >> changes. It also fixes a missing release of the touch object and a leak with >> old clients. >> >> Signed-off-by: David FORT

Re: [PATCH] weston: release keyboard/touch/pointer objects

2015-10-09 Thread Derek Foreman
On 09/10/15 11:17 AM, David FORT wrote: > This patch adds the missing calls to release when the seat has capabilities > changes. It also fixes a missing release of the touch object and a leak with > old clients. > > Signed-off-by: David FORT Looks good to me. Reviewed-by: Derek Foreman > ---

[PATCH] weston: release keyboard/touch/pointer objects

2015-10-09 Thread David FORT
This patch adds the missing calls to release when the seat has capabilities changes. It also fixes a missing release of the touch object and a leak with old clients. Signed-off-by: David FORT --- clients/window.c | 26 ++ 1 file changed, 22 insertions(+), 4 deletions(-)

Re: [PATCH] weston: release keyboard/touch/pointer objects

2015-10-08 Thread Hardening
Le 08/10/2015 05:14, Jonas Ådahl a écrit : > On Tue, Oct 06, 2015 at 10:59:32AM +0200, David FORT wrote: >> This patch adds the missing calls to release when the seat has capabilities >> changes. It also fixes a missing release of the touch object. >> --- >> clients/window.c | 23 +

Re: [PATCH] weston: release keyboard/touch/pointer objects

2015-10-07 Thread Jonas Ådahl
On Tue, Oct 06, 2015 at 10:59:32AM +0200, David FORT wrote: > This patch adds the missing calls to release when the seat has capabilities > changes. It also fixes a missing release of the touch object. > --- > clients/window.c | 23 +++ > 1 file changed, 19 insertions(+), 4 del

[PATCH] weston: release keyboard/touch/pointer objects

2015-10-06 Thread David FORT
This patch adds the missing calls to release when the seat has capabilities changes. It also fixes a missing release of the touch object. --- clients/window.c | 23 +++ 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/clients/window.c b/clients/window.c index 47a7