--- rxvt-unicode/src/defaultfont.h 2004/01/17 01:20:01 1.9 +++ rxvt-unicode/src/defaultfont.h 2004/01/31 00:20:21 1.10 @@ -49,7 +49,7 @@ } rxvt_font () { name = 0; } - ~rxvt_font () { free (name); clear (); }; + ~rxvt_font () { clear (); free (name); }; void clear_rect (int x, int y, int w, int h, int color);