aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--st.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/st.c b/st.c
index b63d865..9cdd969 100644
--- a/st.c
+++ b/st.c
@@ -3258,6 +3258,7 @@ xsettitle(char *p) {
3258 Xutf8TextListToTextProperty(xw.dpy, &p, 1, XUTF8StringStyle, 3258 Xutf8TextListToTextProperty(xw.dpy, &p, 1, XUTF8StringStyle,
3259 &prop); 3259 &prop);
3260 XSetWMName(xw.dpy, xw.win, &prop); 3260 XSetWMName(xw.dpy, xw.win, &prop);
3261 XFree(prop.value);
3261} 3262}
3262 3263
3263void 3264void