scsh-checkins
[Top] [All Lists]

scx Makefile.am

To: scsh-checkins@scsh.net
Subject: scx Makefile.am
From: Eric Knauel <eknauel@users.sourceforge.net>
Date: Mon, 26 Apr 2004 15:21:57 +0200 (MST)
List-id: <scsh-checkins.list-id.scsh.net>
Update of /cvsroot/scsh/scx
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10910

Modified Files:
        Makefile.am 
Log Message:

fix some issues with freeing Xft/fontconfig resources.

Remaining problem: 
  
  - XftFontsetDestroy() calls free() for each XftPattern stored in the
    Fontset.  XftPatterns created by MAKE-XFT-PATTERN get their own
    finalizer, thus if added to the fontset, there might be two calls
    to free() for that object.  That needs fixing.

<Prev in Thread] Current Thread [Next in Thread>
  • scx Makefile.am, Eric Knauel <=