st
simple terminal
git clone https://9o.is/git/st.git
commit 4fa9cc5f4dba7c2c118ba9cd36f67c6a2b2d1f69 parent 6fa5239f69065a011d39d45078440b98fdbb4850 Author: Alexander Sedov <alex0player@gmail.com> Date: Mon, 29 Jul 2013 11:50:44 +0400 Fixed memory leak in xsettitle(). Diffstat:
| M | st.c | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/st.c b/st.c @@ -3258,6 +3258,7 @@ xsettitle(char *p) { Xutf8TextListToTextProperty(xw.dpy, &p, 1, XUTF8StringStyle, &prop); XSetWMName(xw.dpy, xw.win, &prop); + XFree(prop.value); } void