xwayland: fix memory leak

Fixes: f5797be8a8

Thanks to tesselslate on IRC for reporting.

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
master
Christopher Snowhill 1 year ago
parent 078540e086
commit 285645b8d7

@ -1158,6 +1158,7 @@ static void xwm_handle_property_notify(struct wlr_xwm *xwm,
} }
read_surface_property(xwm, xsurface, ev->atom, reply); read_surface_property(xwm, xsurface, ev->atom, reply);
free(reply);
} }
static void xwm_handle_surface_id_message(struct wlr_xwm *xwm, static void xwm_handle_surface_id_message(struct wlr_xwm *xwm,

Loading…
Cancel
Save