Re: [PATCH] Weston: Free allocated cursors array when destroying

2012-05-29 Thread Kristian Høgsberg
On Mon, May 28, 2012 at 02:07:25PM +0800, yan.w...@linux.intel.com wrote: > From: Yan Wang > > This array is allocated in create_cursors(). It should be freed in > destroy_cursors(). Thanks, committed. Kristian > --- > clients/window.c |1 + > 1 files changed, 1 insertions(+), 0 deletions

[PATCH] Weston: Free allocated cursors array when destroying

2012-05-27 Thread yan . wang
From: Yan Wang This array is allocated in create_cursors(). It should be freed in destroy_cursors(). --- clients/window.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/clients/window.c b/clients/window.c index bab5d76..0c6f556 100644 --- a/clients/window.c +++ b/clie