Re: [PATCH weston] Clients: Fix memleak issues in various clients of weston

2014-06-24 Thread Jason Ekstrand
> > Cc: wayland-devel@lists.freedesktop.org > > Subject: Re: [PATCH weston] Clients: Fix memleak issues in various > clients > of > > weston > > > > On Thu, 15 May 2014 18:58:16 +0530 > > vivek wrote: > > > > > In many clients of we

RE: [PATCH weston] Clients: Fix memleak issues in various clients of weston

2014-06-23 Thread Vivek Ellur
> boun...@lists.freedesktop.org] On Behalf Of Pekka Paalanen > Sent: Friday, May 16, 2014 11:48 AM > To: vivek > Cc: wayland-devel@lists.freedesktop.org > Subject: Re: [PATCH weston] Clients: Fix memleak issues in various clients of > weston > > On Thu, 15 May 2014 18:58:16 +

Re: [PATCH weston] Clients: Fix memleak issues in various clients of weston

2014-06-06 Thread Bryce W. Harrington
On Thu, May 15, 2014 at 06:58:16PM +0530, vivek wrote: > In many clients of weston, Display was not being destroyed so added it. > Also destroy windows, widgets which were not being destroyed. > > Signed-off-by: vivek LGTM Reviewed-by: Bryce Harrington > --- > clients/cliptest.c| 13 ++

Re: [PATCH weston] Clients: Fix memleak issues in various clients of weston

2014-05-15 Thread Pekka Paalanen
On Thu, 15 May 2014 18:58:16 +0530 vivek wrote: > In many clients of weston, Display was not being destroyed so added it. > Also destroy windows, widgets which were not being destroyed. > > Signed-off-by: vivek > --- > clients/cliptest.c| 13 ++--- > clients/dnd.c | 11

[PATCH weston] Clients: Fix memleak issues in various clients of weston

2014-05-15 Thread vivek
In many clients of weston, Display was not being destroyed so added it. Also destroy windows, widgets which were not being destroyed. Signed-off-by: vivek --- clients/cliptest.c| 13 ++--- clients/dnd.c | 11 +++ clients/editor.c |3 +++ clients/flower.c