diff options
-rw-r--r-- | st.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3258,6 +3258,7 @@ xsettitle(char *p) { Xutf8TextListToTextProperty(xw.dpy, &p, 1, XUTF8StringStyle, &prop); XSetWMName(xw.dpy, xw.win, &prop); + XFree(prop.value); } void |