vulkan/wsi: fix extra free if buffer_blit_queue
In wsi_destroy_image(), if buffer_blit_queue then do not call extra free. This will fix assert in debug release and accessing out of allocated memory. Fixes: 7bd5aa11 ("vulkan/wsi: add a private transfer pool to exec the DRI_PRIME blit") Signed-off-by:Yogesh Mohan Marimuthu <yogesh.mohanmarimuthu@amd.com> Reviewed-by:
Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com> Reviewed-by:
Samuel Pitoiset's avatarSamuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <mesa/mesa!16649> (cherry picked from commit 1a8b0373)
Loading
Please register or sign in to comment