> I've tested with the new text system, and it shows up with back-xlib but > not back-art. I've tracked it down (or at least one leak) to XGFontInfo. > -setupAttributes is using XLoadQueryFont() to load the font and > XFontStruct, but -dealloc is using XUnloadFont(), which frees the font > but not the XFontStruct. Using XFreeFont() instead fixes it. I've > attached a patch.
Brilliant - yes - thanks. :-) Please commit it to CVS! :-) _______________________________________________ Bug-gnustep mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-gnustep
