فهرست منبع

Fixed memory leak in xsettitle().

Alexander Sedov 11 سال پیش
والد
کامیت
22eeda56b7
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      st.c

+ 1 - 0
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