freetype-devel
[Top][All Lists]
Advanced

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

[Devel] mem leak in t1 loading


From: Peter Daukintis
Subject: [Devel] mem leak in t1 loading
Date: Mon, 8 Oct 2001 15:19:53 +0100

Hello,

I seem to be experiencing a memory leak when loading a type 1 font with the
following code lines;

FT_Library library = NULL;
FT_Face face;

FT_Init_FreeType(&library);

// mem check point here.......

FT_New_Face( library, filepath, 0, &face);
FT_Done_Face(face);

// mem dump here.......

FT_Done_FreeType(library);

The subrs table seems to be leaking memory, is there a fix for this or maybe
I 've made a mistake here but I couldn't find a free to correspond with
FT_Alloc: size = 4096, block = 0x0299A028, ref = 0x0012F2E4. I've attached
the output trace.

Regards, Peter D. <<output.txt>>  

Attachment: output.txt
Description: Text document


reply via email to

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