commit | bfd74f40f3804a42a9135b3aef01f626372153ab | [log] [tgz] |
---|---|---|
author | Bryce W. Harrington <b.harrington@samsung.com> | Mon Apr 21 23:51:02 2014 +0000 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Fri Apr 25 13:19:51 2014 -0700 |
tree | 28e357c6ba279f66ccf8f6c460de0b2fe8018625 | |
parent | 4c3661fd7bd6a9970a9cc6b7f9573b8617401bd8 [diff] |
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>