Bugzilla – Attachment 72884 Details for
Bug 158156
Fix a memory leak issue in freetype2 2.1.10.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
[patch]
A patch to fix a memory leak issue.
freetype-2.1.10-memleak.patch (text/plain), 484 bytes, created by
Zhe Su
on 2006-03-15 03:00:09 UTC
(
hide
)
Description:
A patch to fix a memory leak issue.
Filename:
MIME Type:
Creator:
Zhe Su
Created:
2006-03-15 03:00:09 UTC
Size:
484 bytes
patch
obsolete
>--- freetype-2.1.10/src/cache/ftcimage.c.memleak 2005-08-24 15:40:33.000000000 +0200 >+++ freetype-2.1.10/src/cache/ftcimage.c 2005-08-24 15:40:56.000000000 +0200 >@@ -78,6 +78,12 @@ > /* we will now load the glyph image */ > error = clazz->family_load_glyph( family, gindex, cache, > &inode->glyph ); >+ >+ if ( error ) >+ { >+ FTC_INode_Free( inode, cache ); >+ inode = NULL; >+ } > } > > *pinode = inode;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 158156
: 72884