Re: [PATCH weston] ivi-layout: Add missing free() in ivi_view_create

2017-03-30 Thread Quentin Glidic
On 3/29/17 6:13 PM, Raúl Peñacoba wrote: Signed-off-by: Raúl Peñacoba Nice catch: Reviewed-by: Quentin Glidic And pushed: 5fc8d5eb..bd8dc0a2 master -> master Thanks, --- ivi-shell/ivi-layout.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ivi-shell/ivi-layout.c b/ivi-shell/ivi-l

RE: [PATCH weston] ivi-layout: Add missing free() in ivi_view_create

2017-03-29 Thread Ucan, Emre (ADITG/SW1)
ch, 29. März 2017 18:14 > To: wayland-devel@lists.freedesktop.org > Cc: Raúl Peñacoba > Subject: [PATCH weston] ivi-layout: Add missing free() in ivi_view_create > > Signed-off-by: Raúl Peñacoba > --- > ivi-shell/ivi-layout.c | 1 + > 1 file changed, 1 insertion(+) > >

[PATCH weston] ivi-layout: Add missing free() in ivi_view_create

2017-03-29 Thread Raúl Peñacoba
Signed-off-by: Raúl Peñacoba --- ivi-shell/ivi-layout.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ivi-shell/ivi-layout.c b/ivi-shell/ivi-layout.c index 64e4ead8..298e18ea 100644 --- a/ivi-shell/ivi-layout.c +++ b/ivi-shell/ivi-layout.c @@ -173,6 +173,7 @@ ivi_view_create(struct ivi_layo