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
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