Added allocation failure checks in shadow_picture and caused it to exit

gracefully rather than writing to unallocated memory.
This commit is contained in:
dolio
2004-09-17 05:20:35 +00:00
parent 7abdf973ea
commit ed88a47468
2 changed files with 26 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2004-09-17 Dan Doel <dolio@case.edu>
* xcompmgr.c: (shadow_picture):
Added some tests to check for failed pixmap/picture/gc allocations and
exit appropriately.
2004-09-14 Adam Jackson <ajax@freedesktop.org>
* xcompmgr.c: