RE: [PATCH 2/5] clients: Use x*alloc routines for memory allocation

2014-05-07 Thread Eoff, Ullysses A
uesday, May 06, 2014 7:13 PM > To: wayland-devel@lists.freedesktop.org > Cc: Bryce W. Harrington > Subject: [PATCH 2/5] clients: Use x*alloc routines for memory allocation > > Since these are all demo client programs, program termination is an > appropriate response to an out-of-m

[PATCH 2/5] clients: Use x*alloc routines for memory allocation

2014-05-06 Thread Bryce W. Harrington
Since these are all demo client programs, program termination is an appropriate response to an out-of-memory situation. Using these routines keeps the client code more concise. Signed-off-by: Bryce Harrington --- clients/calibrator.c|5 + clients/desktop-shell.c |5 +