[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Memory leaks?
From: |
David Turner |
Subject: |
Re: Memory leaks? |
Date: |
Fri, 23 Jun 2000 03:20:02 +0200 |
Hi Elliot,
-----Message d'origine-----
De : Elliot Lee <address@hidden>
À : address@hidden <address@hidden>
Date : vendredi 23 juin 2000 11:20
Objet : Memory leaks?
>memprof (http://people.redhat.com/otaylor/memprof/) complains about a
>bunch of leaks in freetype, and from a quick look at one of the most
>common ones (FT_Get_Glyph_Bitmap - there's no standard way of freeing the
>the bitmap buffer that it allocates) it seems like it's not just my
>imagination.
>
>Known problem, or are there some destructors that I should be calling and
>might be missing?
What about FT_Done_Glyph ?? (also defined in <freetype/ftglyph.h>)
It's supposed to destroy the bitmap buffer..
I'm interested in other memory leak reports, as well as the version
of FreeType 2 you're using (beta7, or current snapshot ??)
Cheers,
- David
>-- Elliot
>The best way to accelerate a Macintosh is at 9.8 meters per second per
second.
>
>
>
- Memory leaks?, Elliot Lee, 2000/06/23
- Re: Memory leaks?,
David Turner <=