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
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
> ---
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(-)
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 +
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
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