removed artifact from wmii
authorAnselm R Garbe <garbeam@gmail.com>
Sat, 23 Aug 2008 08:33:05 +0000 (09:33 +0100)
committerAnselm R Garbe <garbeam@gmail.com>
Sat, 23 Aug 2008 08:33:05 +0000 (09:33 +0100)
dwm.c

diff --git a/dwm.c b/dwm.c
index 2bf0ba0be8a365cc81480c554af3404c7f84707a..ba24d9a6b78ec79a58fa66d460b630bfc8cfd050 100644 (file)
--- a/dwm.c
+++ b/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--)