[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 18:53:31 +0100 (CET) |
> Src/base/ftsystem.c
> FT_CALLBACK_DEF( void* )
> ft_alloc( FT_Memory memory,
> long size )
> {
> FT_UNUSED( memory );
>
> return ft_smalloc( size );// memory leak
>
> }
>
> You can have a look at the attached jepg for more information.
Thanks. I've forwarded your message to Graham since he has most
experience with Symbian.
Werner