commit | e972b27f34e78c55d6f1b23a3c54bc14f2945287 | [log] [tgz] |
---|---|---|
author | Pekka Paalanen <pekka.paalanen@collabora.co.uk> | Wed Oct 01 14:03:56 2014 +0300 |
committer | Pekka Paalanen <pekka.paalanen@collabora.co.uk> | Wed Oct 01 14:58:46 2014 +0300 |
tree | ac2113693147856f7651a4da2057872f5c1140ae | |
parent | ef2b592ad4b6503ed80e287fd0f2c3ae173a5e3e [diff] |
shell: don't crash on create_common_surface() failure Noticed while reading code, that create_common_surface() may return NULL, and callers of its direct callers check for NULL, but the intermediate function in between would crash. Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>