summaryrefslogtreecommitdiff
path: root/tests/xwayland-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/xwayland-test.c')
-rw-r--r--tests/xwayland-test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/xwayland-test.c b/tests/xwayland-test.c
index 0ebbc9b9..693be2d0 100644
--- a/tests/xwayland-test.c
+++ b/tests/xwayland-test.c
@@ -104,6 +104,7 @@ get_wm_name(struct window_x11 *window)
xcb_window_t wm_id = *(xcb_window_t *) xcb_get_property_value(reply);
wm_name = get_x11_window_name(window, wm_id);
+ free(reply);
free(error);
return wm_name;