From ee587f202e1926d9ceec167f826fd6695e6a66a4 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 1fc44ea79e7..c02eeef6ad9 100644 --- a/src/vulkan/wsi/wsi_common_x11.c +++ b/src/vulkan/wsi/wsi_common_x11.c @@ -1572,7 +1572,6 @@ x11_manage_fifo_queues(void *state) result = VK_ERROR_SURFACE_LOST_KHR; goto fail; } - free(geometry); } } }