On Fri, Nov 25, 2016 at 6:34 AM, Mun Gwan-gyeong wrote:
> This patch adds missing error-checking and fixes resource leak in
> allocation failure path on anv_CreateDevice()
>
> Signed-off-by: Mun Gwan-gyeong
> ---
> src/intel/vulkan/anv_device.c | 59 ++
> ++--
This patch adds missing error-checking and fixes resource leak in
allocation failure path on anv_CreateDevice()
Signed-off-by: Mun Gwan-gyeong
---
src/intel/vulkan/anv_device.c | 59 ---
1 file changed, 50 insertions(+), 9 deletions(-)
diff --git a/src/in