Oh dear - I shouldn't have said anything - sorry, I have no time to deal
with this. All I can say is that if there was a memory leak in FreeType it
would show up in all sorts of places - not just in Symbian OS. I suspect
it's a problem in the calling code.

I recently had heap corruption problems, added huge amounts of
instrumentation to the app I was working on, and found nothing wrong in
FreeType. The bug turned out to be in my own code, as usual.

Graham

-----Original Message-----
From: freetype-devel-bounces+graham.asher=btinternet....@nongnu.org
[mailto:freetype-devel-bounces+graham.asher=btinternet....@nongnu.org] On
Behalf Of Werner LEMBERG
Sent: 16 December 2008 17:54
To: hie...@hotmail.com
Cc: freetype-devel@nongnu.org
Subject: Re: 答复: [ft-devel] porting the freetype tosymbian S60 3Rd

> 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


_______________________________________________
Freetype-devel mailing list
Freetype-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/freetype-devel



_______________________________________________
Freetype-devel mailing list
Freetype-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/freetype-devel

Reply via email to