ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/rxvtfont.C
(Generate patch)

Comparing rxvt-unicode/src/rxvtfont.C (file contents):
Revision 1.189 by root, Thu May 17 20:05:55 2012 UTC vs.
Revision 1.190 by root, Thu May 17 20:08:00 2012 UTC

1499 1499
1500 for (rxvt_font **i = fonts.begin (); i != fonts.end (); i++) 1500 for (rxvt_font **i = fonts.begin (); i != fonts.end (); i++)
1501 (*i)->unref (); 1501 (*i)->unref ();
1502 1502
1503 for (pagemap **p = fmap.begin (); p != fmap.end (); p++) 1503 for (pagemap **p = fmap.begin (); p != fmap.end (); p++)
1504 delete [] *p; 1504 delete *p;
1505 1505
1506 free (fontdesc); fontdesc = 0; 1506 free (fontdesc); fontdesc = 0;
1507 1507
1508 fonts.clear (); 1508 fonts.clear ();
1509 1509

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines