Re: [PATCH weston] hmi-controller: fix leak of ivi surface list

2016-03-04 Thread Pekka Paalanen
On Thu, 3 Mar 2016 19:56:52 +0900 Wataru Natsume wrote: > From: Wataru Natsume > > get_surfaces_on_layer() allocates memory and stores the pointer to > 'ivisurfs'. But it was not freed. > > Signed-off-by: Wataru Natsume > --- > ivi-shell/hmi-controller.c |5 - > 1 file changed, 4 i

[PATCH weston] hmi-controller: fix leak of ivi surface list

2016-03-03 Thread Wataru Natsume
From: Wataru Natsume get_surfaces_on_layer() allocates memory and stores the pointer to 'ivisurfs'. But it was not freed. Signed-off-by: Wataru Natsume --- ivi-shell/hmi-controller.c |5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ivi-shell/hmi-controller.c b/ivi-sh