Re: [Mesa-dev] [PATCH] radv: don't crash on null swapchain destroy.

2016-11-15 Thread Bas Nieuwenhuizen
r-b On 15 Nov 2016 9:12 PM, "Dave Airlie" wrote: > From: Dave Airlie > > Just return if the passed in swapchain is NULL. > > Fixes: dEQP-VK.wsi.xlib.swapchain.destroy.null_handle > > Signed-off-by: Dave Airlie > --- >

[Mesa-dev] [PATCH] radv: don't crash on null swapchain destroy.

2016-11-15 Thread Dave Airlie
From: Dave Airlie Just return if the passed in swapchain is NULL. Fixes: dEQP-VK.wsi.xlib.swapchain.destroy.null_handle Signed-off-by: Dave Airlie --- src/amd/vulkan/radv_wsi.c | 3 +++ 1 file changed, 3 insertions(+) diff --git