Skip to content

vulkan/wsi/wayland: fix wl_event_queue memory leak

Dudemanguy requested to merge Dudemanguy/mesa:vulkan-wayland-leak into main

When creating the swapchain, this queue is created, but it was never freed in wsi_wl_swapchain_free along with the rest of the resources.

Merge request reports