Re: [PATCH weston] clients: Use xmalloc in a few more places

2014-11-28 Thread Pekka Paalanen
On Thu, 20 Nov 2014 14:44:02 -0800 Bryce Harrington wrote: > Reviewed-by: Bryce Harrington > > On Thu, Nov 20, 2014 at 03:42:35PM -0600, Derek Foreman wrote: > > Just changes some places where a malloc failure is unhandled > > to our xmalloc function that exit()s a little more gracefully. > >

Re: [PATCH weston] clients: Use xmalloc in a few more places

2014-11-20 Thread Bryce Harrington
Reviewed-by: Bryce Harrington On Thu, Nov 20, 2014 at 03:42:35PM -0600, Derek Foreman wrote: > Just changes some places where a malloc failure is unhandled > to our xmalloc function that exit()s a little more gracefully. > > Signed-off-by: Derek Foreman > --- > clients/editor.c | 4 ++-- > cli

[PATCH weston] clients: Use xmalloc in a few more places

2014-11-20 Thread Derek Foreman
Just changes some places where a malloc failure is unhandled to our xmalloc function that exit()s a little more gracefully. Signed-off-by: Derek Foreman --- clients/editor.c | 4 ++-- clients/window.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/clients/editor.c b/clien