Check zalloc return for out of memory situation
authorBryce W. Harrington <b.harrington@samsung.com>
Mon, 21 Apr 2014 23:51:02 +0000 (23:51 +0000)
committerKristian Høgsberg <krh@bitplanet.net>
Fri, 25 Apr 2014 20:19:51 +0000 (13:19 -0700)
commitbfd74f40f3804a42a9135b3aef01f626372153ab
tree28e357c6ba279f66ccf8f6c460de0b2fe8018625
parent4c3661fd7bd6a9970a9cc6b7f9573b8617401bd8
Check zalloc return for out of memory situation

Most zalloc calls in weston are checked, this fixes a handful that were
being ignored.  As found by `grep -EIsr "[^x]zalloc\(" . -A1`

Signed-off-by: Bryce Harrington <b.harrington@samsung.com>
src/compositor-wayland.c
src/libinput-seat.c
src/screenshooter.c
src/udev-seat.c