--- rxvt-unicode/src/defaultfont.h 2004/01/17 01:20:01 1.9 +++ rxvt-unicode/src/defaultfont.h 2004/02/13 12:16:21 1.11 @@ -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); @@ -80,7 +80,7 @@ void populate (const char *desc); int find_font (uint32_t unicode); - rxvt_font *operator [](int id) const + rxvt_font *operator [] (int id) const { return fonts[id]; }