freetype-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Devel] Memory leak in src/type1/t1afm.c


From: Detlef Würkner
Subject: [Devel] Memory leak in src/type1/t1afm.c
Date: Sat, 15 Sep 2001 01:20:46 +0200

Hello!

I'm new to this list, and don't have CVS installed, so I hope this is the
right place to report a bug.

In src/type1/t1afm.c, the function T1_Done_AFM should be:

  FT_LOCAL_DEF void
  T1_Done_AFM( FT_Memory  memory,
               T1_AFM*    afm )
  {
    FREE( afm->kern_pairs );
    afm->num_pairs = 0;
    FREE ( afm ); /* this line was missing */
  }

BTW, interested in adding a builds/amiga directory? I could send
the smakefile and include/freetype/config/* for SAS/C 6.58.

Ciao, Detlef
-- 
_ // address@hidden
\X/  Detlef Würkner, Langgöns, Germany



reply via email to

[Prev in Thread] Current Thread [Next in Thread]