Re: [PATCH weston] editor: Add missing free() and display_destroy() in main

2017-03-30 Thread Quentin Glidic
On 3/29/17 6:16 PM, Raúl Peñacoba wrote: Signed-off-by: Raúl Peñacoba Good: Reviewed-by: Quentin Glidic And pushed: bd8dc0a2..745e647f master -> master Thanks, --- clients/editor.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/clients/editor.c b/clients/editor.c index a0cc97a

[PATCH weston] editor: Add missing free() and display_destroy() in main

2017-03-29 Thread Raúl Peñacoba
Signed-off-by: Raúl Peñacoba --- clients/editor.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/clients/editor.c b/clients/editor.c index a0cc97af..b63c5628 100644 --- a/clients/editor.c +++ b/clients/editor.c @@ -1607,6 +1607,7 @@ main(int argc, char *argv[]) editor.display = di