mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-01 22:58:38 -04: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);
|
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…
Add table
Add a link
Reference in a new issue