freetype-devel
[Top][All Lists]
Advanced

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

RE: 答复: [ft-devel] porting the freetyp e tosymbian S60 3Rd


From: Graham Asher
Subject: RE: 答复: [ft-devel] porting the freetyp e tosymbian S60 3Rd
Date: Tue, 16 Dec 2008 18:00:49 -0000

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: address@hidden
[mailto:address@hidden On
Behalf Of Werner LEMBERG
Sent: 16 December 2008 17:54
To: address@hidden
Cc: address@hidden
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
address@hidden
http://lists.nongnu.org/mailman/listinfo/freetype-devel





reply via email to

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