Fixed memory leak dealing with fonts in xlib backend

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@15657 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2003-01-21 01:13:19 +00:00
parent b9df7fd532
commit 7f1d8f2d10

View file

@ -1,3 +1,8 @@
Tue Jan 21 02:08:05 2003 Alexander Malmberg <alexander@malmberg.org>
* Source/xlib/XGFont.m ([XGFontInfo -dealloc]): Fixed memory leak:
use XFreeFont(), not XUnloadFont().
2003-01-14 Adam Fedor <fedor@gnu.org>
* configure.ac: Check for GLX_RGBA_TYPE in glx.h