summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/manage.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/manage.c b/src/manage.c
index 50743b4..1f94ee7 100644
--- a/src/manage.c
+++ b/src/manage.c
@@ -209,6 +209,7 @@ get_wmname (Window w)
name = (char *)text_prop.value;
} else {
XmbTextPropertyToTextList(dpy, &text_prop, &cl, &n);
+ XFree (text_prop.value);
if (cl) {
name = strdup(cl[0]);
XFreeStringList(cl);