Hi,

"Pete Sadler" <[EMAIL PROTECTED]> writes:

> I developing a DirectFB app and am having problems with memory leaks.
> I've traced it through and have found I don't get them if I don't call
> GetTextExtents.
>  
> Has anyone had the same problem ?
>  
> There is a memory allocation in dfb_font_get_glyph_data, I thought that
> *might* be the problem or am I just being dumb ?

The memory allocated there is inserted into a binary tree that is
attached to the font and should be destroyed when the font is
released. Of course there might be a leak but judging from a quick
look at the code, I would say that it is kosher.

Perhaps you can make up a small test case that shows the problem and
send it here?


Sven



-- 
Info:  To unsubscribe send a mail to [EMAIL PROTECTED] with 
"unsubscribe directfb-dev" as subject.

Reply via email to