diff --git a/src/vulkan/wsi/wsi_common_x11.c b/src/vulkan/wsi/wsi_common_x11.c index 95bf7504db7..3b6884d37ab 100644 --- a/src/vulkan/wsi/wsi_common_x11.c +++ b/src/vulkan/wsi/wsi_common_x11.c @@ -249,6 +249,7 @@ wsi_x11_connection_create(struct wsi_device *wsi_dev, free(dri3_reply); free(pres_reply); + free(randr_reply); free(amd_reply); free(nv_reply);