Re: [PATCH 3/5] clients: Use calloc instead of malloc/memset=0

2014-05-09 Thread Kristian Høgsberg
On Wed, May 07, 2014 at 02:13:11AM +, Bryce W. Harrington wrote: > > Signed-off-by: Bryce Harrington > --- > clients/editor.c |4 +--- > clients/subsurfaces.c |8 ++-- > clients/window.c | 13 ++--- > 3 files changed, 5 insertions(+), 20 deletions(-) > > diff

[PATCH 3/5] clients: Use calloc instead of malloc/memset=0

2014-05-06 Thread Bryce W. Harrington
Signed-off-by: Bryce Harrington --- clients/editor.c |4 +--- clients/subsurfaces.c |8 ++-- clients/window.c | 13 ++--- 3 files changed, 5 insertions(+), 20 deletions(-) diff --git a/clients/editor.c b/clients/editor.c index 6ed76d4..b439d9e 100644 --- a/client