]> source.dussan.org Git - tigervnc.git/commit
Check for out-of-memory when installing color map. 134/head
authorTim Waugh <twaugh@redhat.com>
Wed, 25 Feb 2015 12:25:33 +0000 (12:25 +0000)
committerTim Waugh <twaugh@redhat.com>
Wed, 25 Feb 2015 17:19:45 +0000 (17:19 +0000)
commit897fc0ae9d80606b26f00c036732d9c5547d112b
treeb338f86f88c11fc6e0aed1db6bdc3df3189ee806
parent242fdf0c5a5483910537419a4833c3f725889095
Check for out-of-memory when installing color map.

Also remove Xalloc/Xfree definitions, using malloc/free directly
instead. Note that vfbAllocateFramebufferMemory() does not need to
check for failed allocations as it is the caller's responsibility to
do so (and they do).
unix/xserver/hw/vnc/xvnc.c