[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ft-devel] porting the freetype to symbian S60 3Rd
From: |
Werner LEMBERG |
Subject: |
Re: [ft-devel] porting the freetype to symbian S60 3Rd |
Date: |
Tue, 16 Dec 2008 14:58:01 +0100 (CET) |
> First, It is a great open source projectJ I am Hong Li, from
> china. Actually I have already ported freetype to symbian but I saw
> memory leak in your code. you use malloc and free which don't work
> well on symbian. I use the hook Logger tool to confirm that there
> is memory leak..
Interesting. Please give more details. However, you should use the
current CVS code of the FreeType library; maybe your problem has been
fixed meanwhile.
Note that FreeType itself comes with a memory debugger; please read
the file docs/DEBUG for more.
Werner