Re: [Mesa-dev] [PATCH mesa] wsi/wayland: fix error path

2016-10-20 Thread Daniel Stone
Hi Eric, On 20 October 2016 at 00:09, Eric Engestrom wrote: > I'm not sure this is the right fix. The other thing I'm starting to lean > toward is to just remove these last two instruction (ie. everything after > `return VK_SUCCESS`). > Also, this is untested. It compiles, but that's it. Indeed,

[Mesa-dev] [PATCH mesa] wsi/wayland: fix error path

2016-10-19 Thread Eric Engestrom
Fixes: 1720bbd353d87412754f ("anv/wsi: split image alloc/free out to separate fns.") Cc: Dave Airlie Signed-off-by: Eric Engestrom --- I'm not sure this is the right fix. The other thing I'm starting to lean toward is to just remove these last two instruction (ie. everything after `return VK_SU