diff --git a/xwayland/xwm.c b/xwayland/xwm.c index 0ea4f895..6597af9a 100644 --- a/xwayland/xwm.c +++ b/xwayland/xwm.c @@ -1158,6 +1158,7 @@ static void xwm_handle_property_notify(struct wlr_xwm *xwm, } read_surface_property(xwm, xsurface, ev->atom, reply); + free(reply); } static void xwm_handle_surface_id_message(struct wlr_xwm *xwm,