Re: [PATCH wayland] tests: fix memory leak

2014-12-05 Thread Marek Chalupa
On 4 December 2014 at 12:12, Pekka Paalanen wrote: > On Wed, 3 Dec 2014 11:44:47 +0100 > Marek Chalupa wrote: > > > On 1 December 2014 at 11:42, Pekka Paalanen wrote: > > > > > On Fri, 21 Nov 2014 11:18:33 +0100 > > > Marek Chalupa wrote: > > > > > > > We didn't free the struct client that we

Re: [PATCH wayland] tests: fix memory leak

2014-12-04 Thread Pekka Paalanen
On Wed, 3 Dec 2014 11:44:47 +0100 Marek Chalupa wrote: > On 1 December 2014 at 11:42, Pekka Paalanen wrote: > > > On Fri, 21 Nov 2014 11:18:33 +0100 > > Marek Chalupa wrote: > > > > > We didn't free the struct client that we got from client_connect() > > > > > > Signed-off-by: Marek Chalupa >

Re: [PATCH wayland] tests: fix memory leak

2014-12-03 Thread Marek Chalupa
On 1 December 2014 at 11:42, Pekka Paalanen wrote: > On Fri, 21 Nov 2014 11:18:33 +0100 > Marek Chalupa wrote: > > > We didn't free the struct client that we got from client_connect() > > > > Signed-off-by: Marek Chalupa > > --- > > tests/display-test.c| 23 +-- > > tes

Re: [PATCH wayland] tests: fix memory leak

2014-12-01 Thread Pekka Paalanen
On Fri, 21 Nov 2014 11:18:33 +0100 Marek Chalupa wrote: > We didn't free the struct client that we got from client_connect() > > Signed-off-by: Marek Chalupa > --- > tests/display-test.c| 23 +-- > tests/test-compositor.c | 1 + > 2 files changed, 14 insertions(+), 10

[PATCH wayland] tests: fix memory leak

2014-11-21 Thread Marek Chalupa
We didn't free the struct client that we got from client_connect() Signed-off-by: Marek Chalupa --- tests/display-test.c| 23 +-- tests/test-compositor.c | 1 + 2 files changed, 14 insertions(+), 10 deletions(-) diff --git a/tests/display-test.c b/tests/display-test.c i