mirror of
https://github.com/pikami/st.git
synced 2025-05-11 18:52:47 +01:00
Fixed memory leak in xsettitle().
This commit is contained in:
parent
86c03ddc82
commit
22eeda56b7
1
st.c
1
st.c
@ -3258,6 +3258,7 @@ xsettitle(char *p) {
|
|||||||
Xutf8TextListToTextProperty(xw.dpy, &p, 1, XUTF8StringStyle,
|
Xutf8TextListToTextProperty(xw.dpy, &p, 1, XUTF8StringStyle,
|
||||||
&prop);
|
&prop);
|
||||||
XSetWMName(xw.dpy, xw.win, &prop);
|
XSetWMName(xw.dpy, xw.win, &prop);
|
||||||
|
XFree(prop.value);
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
Loading…
x
Reference in New Issue
Block a user