JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
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 2bf0ba0..ba24d9a 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--)