Re: [Mesa-dev] [PATCH 5/5] anv: Update the teardown in reverse order of the anv_CreateDevice

2016-11-25 Thread Jason Ekstrand
Reviewed-by: Jason Ekstrand On Fri, Nov 25, 2016 at 6:34 AM, Mun Gwan-gyeong wrote: > This updates releasing of resource in reverse order of the anv_CreateDevice > to anv_DestroyDevice. > And it fixes resource leak in pthread_mutex, pthread_cond, anv_gem_context. > > Signed-off-by: Mun Gwan-gye

[Mesa-dev] [PATCH 5/5] anv: Update the teardown in reverse order of the anv_CreateDevice

2016-11-25 Thread Mun Gwan-gyeong
This updates releasing of resource in reverse order of the anv_CreateDevice to anv_DestroyDevice. And it fixes resource leak in pthread_mutex, pthread_cond, anv_gem_context. Signed-off-by: Mun Gwan-gyeong --- src/intel/vulkan/anv_device.c | 23 ++- 1 file changed, 14 insertio