OSDN Git Service

CreateSurfaces2: forward function return to caller
authorXu Guangxin <Guangxin.Xu@intel.com>
Wed, 1 Jul 2015 01:49:11 +0000 (09:49 +0800)
committerXiang, Haihao <haihao.xiang@intel.com>
Tue, 14 Jul 2015 05:56:51 +0000 (13:56 +0800)
commit12b3d9ef379e6159e30c2aafc040f1137cd4141a
treeb23e62b11caf150bac48b4d9d0f0237195ac05b5
parentd06c17e9c0d4a11a3efaead7da63765148bf938e
CreateSurfaces2: forward function return to caller

we did not check following function's return:
i965_surface_native_memory
i965_suface_external_memory
i965_check_alloc_surface_bo
It will be in trouble if underlay buffer allocation is failed.
src/i965_drv_video.c