commit 258c3380305683de8031871cf95c1cc04ed7ad9e from: Anselm R Garbe date: Sat Aug 23 08:33:05 2008 UTC removed artifact from wmii commit - 85da53785614bcaa626cd1346ce8753291b01760 commit + 258c3380305683de8031871cf95c1cc04ed7ad9e blob - 2bf0ba0be8a365cc81480c554af3404c7f84707a blob + ba24d9a6b78ec79a58fa66d460b630bfc8cfd050 --- dwm.c +++ 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--)