mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-21 20:35:58 +01:00
xwayland: fix memory leak
Fixes: f5797be8a8
Thanks to tesselslate on IRC for reporting.
Signed-off-by: Christopher Snowhill <kode54@gmail.com>
This commit is contained in:
parent
078540e086
commit
285645b8d7
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue