Commit 258c338

Anselm R Garbe <garbeam@gmail.com>
2008-08-23 04:33:05
removed artifact from wmii
1 parent 85da537
Changed files (1)
dwm.c
@@ -781,8 +781,6 @@ initfont(const char *fontstr) {
 	int i, n;
 
 	missing = NULL;
-	if(dc.font.set)
-		XFreeFontSet(dpy, dc.font.set);
 	dc.font.set = XCreateFontSet(dpy, fontstr, &missing, &n, &def);
 	if(missing) {
 		while(n--)