From 566409ed1241a7d70cb73fa4e50afef87fcc53bf Mon Sep 17 00:00:00 2001 From: Renato Pereyra Date: Thu, 9 Jun 2022 12:50:49 -0700 Subject: [PATCH] Revert "wsi/x11: Don't leak xcb_get_geometry_reply_t." This reverts commit 24049b8771be7bd9044e005565ab9dc327e9dd63. Signed-off-by: Renato Pereyra Reviewed-by: Yiwei Zhang Reviewed-by: Adam Jackson Part-of: --- src/vulkan/wsi/wsi_common_x11.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/vulkan/wsi/wsi_common_x11.c b/src/vulkan/wsi/wsi_common_x11.c index 8bcfab852a4..6ab16b4e5e5 100644 --- a/src/vulkan/wsi/wsi_common_x11.c +++ b/src/vulkan/wsi/wsi_common_x11.c @@ -1555,7 +1555,6 @@ x11_manage_fifo_queues(void *state) result = VK_ERROR_SURFACE_LOST_KHR; goto fail; } - free(geometry); } } }